Searched refs:new_tbl (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/lib/ |
H A D | rhashtable.c | 214 struct bucket_table *new_tbl; in rhashtable_last_table() local 217 new_tbl = tbl; in rhashtable_last_table() 221 return new_tbl; in rhashtable_last_table() 229 struct bucket_table *new_tbl = rhashtable_last_table(ht, old_tbl); in rhashtable_rehash_one() local 236 if (new_tbl->nest) in rhashtable_rehash_one() 255 new_hash = head_hashfn(ht, new_tbl, entry); in rhashtable_rehash_one() 257 flags = rht_lock_nested(new_tbl, &new_tbl->buckets[new_hash], in rhashtable_rehash_one() 260 head = rht_ptr(new_tbl->buckets + new_hash, new_tbl, new_hash); in rhashtable_rehash_one() 264 rht_assign_unlock(new_tbl, &new_tbl->buckets[new_hash], entry, flags); in rhashtable_rehash_one() 300 struct bucket_table *new_tbl) in rhashtable_rehash_attach() argument [all …]
|