Searched refs:elasticity (Results 1 – 3 of 3) sorted by relevance
588 int elasticity; in __rhashtable_insert_fast() local605 elasticity = RHT_ELASTICITY; in __rhashtable_insert_fast()615 elasticity--; in __rhashtable_insert_fast()641 if (elasticity <= 0) in __rhashtable_insert_fast()
199 int elasticity) in br_mdb_copy() argument211 if (!elasticity) in br_mdb_copy()223 return maxlen > elasticity ? -EINVAL : 0; in br_mdb_copy()323 int elasticity) in br_mdb_rehash() argument345 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() local610 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 …]
486 int elasticity; in rhashtable_lookup_one() local488 elasticity = RHT_ELASTICITY; in rhashtable_lookup_one()494 elasticity--; in rhashtable_lookup_one()517 if (elasticity <= 0) in rhashtable_lookup_one()