Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Drhashtable.h62 #define RHT_ELASTICITY 16u macro
726 elasticity = RHT_ELASTICITY; in __rhashtable_insert_fast()
/Linux-v6.6/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-v6.6/lib/
Drhashtable.c503 elasticity = RHT_ELASTICITY; in rhashtable_lookup_one()