Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Drhashtable.h148 unsigned int elasticity; member
577 unsigned int elasticity; in __rhashtable_insert_fast() local
627 elasticity = ht->elasticity; in __rhashtable_insert_fast()
634 if (!--elasticity) in __rhashtable_insert_fast()
/linux-4.4.14/lib/
Drhashtable.c382 unsigned int elasticity = ht->elasticity; in rhashtable_check_elasticity() local
386 if (!--elasticity) in rhashtable_check_elasticity()
775 ht->elasticity = 16; in rhashtable_init()
/linux-4.4.14/net/bridge/
Dbr_multicast.c194 int elasticity) in br_mdb_copy() argument
206 if (!elasticity) in br_mdb_copy()
218 return maxlen > elasticity ? -EINVAL : 0; in br_mdb_copy()
317 int elasticity) in br_mdb_rehash() argument
339 if (!old || elasticity) in br_mdb_rehash()
347 err = br_mdb_copy(mdb, old, elasticity); in br_mdb_rehash()
534 int elasticity; in br_multicast_get_group() local
544 elasticity = 0; in br_multicast_get_group()
553 elasticity = br->hash_elasticity; in br_multicast_get_group()
570 if (max > mdb->max || elasticity) { in br_multicast_get_group()
[all …]