Searched refs:rht_ptr_rcu (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Drhashtable.h368 * rht_ptr_rcu() dereferences that pointer and clears the lock bit.
373 static inline struct rhash_head *rht_ptr_rcu( function
514 pos = rht_ptr_rcu(rht_bucket(tbl, hash)); \
551 rht_ptr_rcu(rht_bucket(tbl, hash)), \
607 rht_for_each_rcu_from(he, rht_ptr_rcu(bkt), tbl, hash) {
/linux-master/fs/bcachefs/
H A Dbtree_key_cache.c880 pos = rht_ptr_rcu(rht_bucket(tbl, bc->shrink_iter));

Completed in 133 milliseconds