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