Home
last modified time | relevance | path

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

/linux/lib/
A Drhashtable.c241 old_tbl, old_hash) { in rhashtable_rehash_one()
283 rht_lock(old_tbl, bkt); in rhashtable_rehash_chain()
290 rht_unlock(old_tbl, bkt); in rhashtable_rehash_chain()
296 struct bucket_table *old_tbl, in rhashtable_rehash_attach() argument
345 call_rcu(&old_tbl->rcu, bucket_table_free_rcu); in rhashtable_rehash_table()
352 struct bucket_table *old_tbl, in rhashtable_rehash_alloc() argument
398 if (old_tbl->size <= size) in rhashtable_shrink()
401 if (rht_dereference(old_tbl->future_tbl, ht)) in rhashtable_shrink()
442 struct bucket_table *old_tbl; in rhashtable_insert_rehash() local
447 old_tbl = rht_dereference_rcu(ht->tbl, ht); in rhashtable_insert_rehash()
[all …]

Completed in 4 milliseconds