Searched refs:hlist_bl_for_each_entry_rcu (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | rculist_bl.h | 67 * hlist_bl_for_each_entry_rcu(), used to prevent memory-consistency 88 * hlist_bl_for_each_entry_rcu - iterate over rcu list of given type 95 #define hlist_bl_for_each_entry_rcu(tpos, pos, head, member) \ macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | rculist_bl.h | 67 * hlist_bl_for_each_entry_rcu(), used to prevent memory-consistency 88 * hlist_bl_for_each_entry_rcu - iterate over rcu list of given type 95 #define hlist_bl_for_each_entry_rcu(tpos, pos, head, member) \ macro
|
/kernel/linux/linux-6.6/fs/ |
H A D | dcache.c | 2287 hlist_bl_for_each_entry_rcu(dentry, node, b, d_hash) { in __d_lookup_rcu_op_compare() function 2377 hlist_bl_for_each_entry_rcu(dentry, node, b, d_hash) { in __d_lookup_rcu() function 2483 hlist_bl_for_each_entry_rcu(dentry, node, b, d_hash) { in __d_lookup() function
|
/kernel/linux/linux-5.10/fs/ |
H A D | dcache.c | 2264 hlist_bl_for_each_entry_rcu(dentry, node, b, d_hash) { in __d_lookup_rcu() function 2389 hlist_bl_for_each_entry_rcu(dentry, node, b, d_hash) { in __d_lookup() function
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | quota.c | 247 hlist_bl_for_each_entry_rcu(qd, h, &qd_hash_table[hash], qd_hlist) { in gfs2_qd_search_bucket()
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | quota.c | 255 hlist_bl_for_each_entry_rcu(qd, h, &qd_hash_table[hash], qd_hlist) { in gfs2_qd_search_bucket()
|
Completed in 12 milliseconds