Home
last modified time | relevance | path

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

/linux-4.1.27/lib/
Drhashtable.c160 struct bucket_table *old_tbl = rht_dereference(ht->tbl, ht); in rhashtable_rehash_one() local
162 rht_dereference_rcu(old_tbl->future_tbl, ht)); in rhashtable_rehash_one()
163 struct rhash_head __rcu **pprev = &old_tbl->buckets[old_hash]; in rhashtable_rehash_one()
169 rht_for_each(entry, old_tbl, old_hash) { in rhashtable_rehash_one()
171 next = rht_dereference_bucket(entry->next, old_tbl, old_hash); in rhashtable_rehash_one()
207 struct bucket_table *old_tbl = rht_dereference(ht->tbl, ht); in rhashtable_rehash_chain() local
210 old_bucket_lock = rht_bucket_lock(old_tbl, old_hash); in rhashtable_rehash_chain()
215 old_tbl->rehash++; in rhashtable_rehash_chain()
220 struct bucket_table *old_tbl, in rhashtable_rehash_attach() argument
224 spin_lock_bh(old_tbl->locks); in rhashtable_rehash_attach()
[all …]
/linux-4.1.27/include/linux/
Drhashtable.h344 struct bucket_table *old_tbl);