Home
last modified time | relevance | path

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

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