Home
last modified time | relevance | path

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

/linux-5.19.10/lib/
Drhashtable.c214 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
235 if (new_tbl->nest) in rhashtable_rehash_one()
254 new_hash = head_hashfn(ht, new_tbl, entry); in rhashtable_rehash_one()
256 rht_lock_nested(new_tbl, &new_tbl->buckets[new_hash], SINGLE_DEPTH_NESTING); in rhashtable_rehash_one()
258 head = rht_ptr(new_tbl->buckets + new_hash, new_tbl, new_hash); in rhashtable_rehash_one()
262 rht_assign_unlock(new_tbl, &new_tbl->buckets[new_hash], entry); in rhashtable_rehash_one()
297 struct bucket_table *new_tbl) in rhashtable_rehash_attach() argument
[all …]