Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | hlist_bl_for_each_entry_rcu(tpos, pos, head, member) |
hlist_bl_for_each_entry_rcu - iterate over rcu list of given type : the type * to use as a loop cursor. : the &struct hlist_bl_node to use as a loop cursor. : the head for your list. : the name of the hlist_bl_node within the struct.
Definition at line 122 of file rculist_bl.h.