Home
last modified time | relevance | path

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

/linux/include/linux/
H A Drhashtable.h286 static inline struct rhash_lock_head __rcu *const *rht_bucket( in rht_bucket() function
434 rht_for_each_from(pos, rht_ptr(rht_bucket(tbl, hash), tbl, hash), \
461 rht_ptr(rht_bucket(tbl, hash), tbl, hash), \
477 for (pos = rht_ptr(rht_bucket(tbl, hash), tbl, hash), \
514 pos = rht_ptr_rcu(rht_bucket(tbl, hash)); \
551 rht_ptr_rcu(rht_bucket(tbl, hash)), \
605 bkt = rht_bucket(tbl, hash); in __rhashtable_lookup()
/linux/lib/
H A Drhashtable.c1157 for (pos = rht_ptr_exclusive(rht_bucket(tbl, i)), in rhashtable_free_and_destroy()
/linux/fs/bcachefs/
H A Dbtree_key_cache.c871 pos = rht_ptr_rcu(rht_bucket(tbl, bc->shrink_iter)); in bch2_btree_key_cache_scan()