Home
last modified time | relevance | path

Searched refs:elasticity (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Drhashtable.h588 int elasticity; in __rhashtable_insert_fast() local
605 elasticity = RHT_ELASTICITY; in __rhashtable_insert_fast()
615 elasticity--; in __rhashtable_insert_fast()
641 if (elasticity <= 0) in __rhashtable_insert_fast()
/Linux-v4.19/net/bridge/
Dbr_multicast.c199 int elasticity) in br_mdb_copy() argument
211 if (!elasticity) in br_mdb_copy()
223 return maxlen > elasticity ? -EINVAL : 0; in br_mdb_copy()
323 int elasticity) in br_mdb_rehash() argument
345 if (!old || elasticity) in br_mdb_rehash()
353 err = br_mdb_copy(mdb, old, elasticity); in br_mdb_rehash()
600 int elasticity; in br_multicast_get_group() local
610 elasticity = 0; in br_multicast_get_group()
619 elasticity = br->hash_elasticity; in br_multicast_get_group()
636 if (max > mdb->max || elasticity) { in br_multicast_get_group()
[all …]
/Linux-v4.19/lib/
Drhashtable.c486 int elasticity; in rhashtable_lookup_one() local
488 elasticity = RHT_ELASTICITY; in rhashtable_lookup_one()
494 elasticity--; in rhashtable_lookup_one()
517 if (elasticity <= 0) in rhashtable_lookup_one()