Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Drhashtable.h62 #define RHT_ELASTICITY 16u macro
726 elasticity = RHT_ELASTICITY; in __rhashtable_insert_fast()
/linux-6.6.21/net/bridge/
Dbr_netlink.c1431 RHT_ELASTICITY); in br_changelink()
1694 nla_put_u32(skb, IFLA_BR_MCAST_HASH_ELASTICITY, RHT_ELASTICITY) || in br_fill_info()
Dbr_sysfs_br.c473 return sprintf(buf, "%u\n", RHT_ELASTICITY); in hash_elasticity_show()
/linux-6.6.21/lib/
Drhashtable.c503 elasticity = RHT_ELASTICITY; in rhashtable_lookup_one()