Searched refs:hlist_bl_for_each_entry_rcu (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Drculist_bl.h67 * 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
/linux-master/fs/
H A Ddcache.c2111 hlist_bl_for_each_entry_rcu(dentry, node, b, d_hash) { function
2201 hlist_bl_for_each_entry_rcu(dentry, node, b, d_hash) { function
2307 hlist_bl_for_each_entry_rcu(dentry, node, b, d_hash) { function
/linux-master/fs/gfs2/
H A Dquota.c268 hlist_bl_for_each_entry_rcu(qd, h, &qd_hash_table[hash], qd_hlist) {

Completed in 169 milliseconds