Home
last modified time | relevance | path

Searched refs:RHT_ELASTICITY (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Drhashtable.h62 #define RHT_ELASTICITY 16u macro
717 elasticity = RHT_ELASTICITY; in __rhashtable_insert_fast()
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_sysfs_br.c421 return sprintf(buf, "%u\n", RHT_ELASTICITY); in hash_elasticity_show()
427 RHT_ELASTICITY); in set_elasticity()
H A Dbr_netlink.c1251 RHT_ELASTICITY); in br_changelink()
1510 nla_put_u32(skb, IFLA_BR_MCAST_HASH_ELASTICITY, RHT_ELASTICITY) || in br_fill_info()
/OK3568_Linux_fs/kernel/lib/
H A Drhashtable.c500 elasticity = RHT_ELASTICITY; in rhashtable_lookup_one()