Searched refs:new_tbl (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/lib/ |
D | rhashtable.c | 218 struct bucket_table *new_tbl; in rhashtable_last_table() local 221 new_tbl = tbl; in rhashtable_last_table() 225 return new_tbl; in rhashtable_last_table() 233 struct bucket_table *new_tbl = rhashtable_last_table(ht, old_tbl); in rhashtable_rehash_one() local 240 if (new_tbl->nest) in rhashtable_rehash_one() 259 new_hash = head_hashfn(ht, new_tbl, entry); in rhashtable_rehash_one() 261 flags = rht_lock_nested(new_tbl, &new_tbl->buckets[new_hash], in rhashtable_rehash_one() 264 head = rht_ptr(new_tbl->buckets + new_hash, new_tbl, new_hash); in rhashtable_rehash_one() 268 rht_assign_unlock(new_tbl, &new_tbl->buckets[new_hash], entry, flags); in rhashtable_rehash_one() 304 struct bucket_table *new_tbl) in rhashtable_rehash_attach() argument [all …]
|