Home
last modified time | relevance | path

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

/linux/include/linux/
H A Drhashtable.h373 static inline struct rhash_head *rht_ptr_rcu( in 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) { in __rhashtable_lookup()
/linux/fs/bcachefs/
H A Dbtree_key_cache.c630 pos = rht_ptr_rcu(&tbl->buckets[iter]); in bch2_btree_key_cache_scan()
718 while (pos = rht_ptr_rcu(&tbl->buckets[i]), !rht_is_a_nulls(pos)) { in bch2_fs_btree_key_cache_exit()
H A Dfs.c229 rht_for_each_entry_rcu_from(inode, he, rht_ptr_rcu(bkt), tbl, hash, hash) { in bch2_inode_or_descendents_is_open()