Searched refs:hlist_bl_for_each_entry_rcu (Results 1 – 5 of 5) sorted by relevance
/linux/include/linux/ |
H A D | rculist_bl.h | 95 #define hlist_bl_for_each_entry_rcu(tpos, pos, head, member) \ macro
|
/linux/ |
H A D | .clang-format | 477 - 'hlist_bl_for_each_entry_rcu'
|
/linux/fs/ |
H A D | dcache.c | 2157 hlist_bl_for_each_entry_rcu(dentry, node, b, d_hash) { in __d_lookup_rcu_op_compare() 2244 hlist_bl_for_each_entry_rcu(dentry, node, b, d_hash) { in __d_lookup_rcu() 2350 hlist_bl_for_each_entry_rcu(dentry, node, b, d_hash) { in __d_lookup()
|
/linux/fs/gfs2/ |
H A D | quota.c | 264 hlist_bl_for_each_entry_rcu(qd, h, &qd_hash_table[hash], qd_hlist) { in gfs2_qd_search_bucket()
|
/linux/Documentation/RCU/ |
H A D | whatisRCU.rst | 1028 hlist_bl_for_each_entry_rcu
|