Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Drhashtable.h147 unsigned int elasticity; member
575 unsigned int elasticity; in __rhashtable_insert_fast() local
623 elasticity = ht->elasticity; in __rhashtable_insert_fast()
630 if (!--elasticity) in __rhashtable_insert_fast()
/linux-4.1.27/lib/
Drhashtable.c385 unsigned int elasticity = ht->elasticity; in rhashtable_check_elasticity() local
389 if (!--elasticity) in rhashtable_check_elasticity()
767 ht->elasticity = 16; in rhashtable_init()
/linux-4.1.27/net/bridge/
Dbr_multicast.c182 int elasticity) in br_mdb_copy() argument
194 if (!elasticity) in br_mdb_copy()
206 return maxlen > elasticity ? -EINVAL : 0; in br_mdb_copy()
303 int elasticity) in br_mdb_rehash() argument
325 if (!old || elasticity) in br_mdb_rehash()
333 err = br_mdb_copy(mdb, old, elasticity); in br_mdb_rehash()
520 int elasticity; in br_multicast_get_group() local
530 elasticity = 0; in br_multicast_get_group()
539 elasticity = br->hash_elasticity; in br_multicast_get_group()
556 if (max > mdb->max || elasticity) { in br_multicast_get_group()
[all …]