Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Drhashtable.c242 old_tbl, old_hash) { in rhashtable_rehash_one()
286 flags = rht_lock(old_tbl, bkt); in rhashtable_rehash_chain()
293 rht_unlock(old_tbl, bkt, flags); in rhashtable_rehash_chain()
299 struct bucket_table *old_tbl, in rhashtable_rehash_attach() argument
348 call_rcu(&old_tbl->rcu, bucket_table_free_rcu); in rhashtable_rehash_table()
355 struct bucket_table *old_tbl, in rhashtable_rehash_alloc() argument
401 if (old_tbl->size <= size) in rhashtable_shrink()
404 if (rht_dereference(old_tbl->future_tbl, ht)) in rhashtable_shrink()
445 struct bucket_table *old_tbl; in rhashtable_insert_rehash() local
450 old_tbl = rht_dereference_rcu(ht->tbl, ht); in rhashtable_insert_rehash()
[all …]