Searched defs:on_list_rcu (Results 1 – 2 of 2) sorted by relevance
53 #define on_list_rcu(X) (!list_empty(X) && (X)->prev != LIST_POISON2) macro
59 #define on_list_rcu(X) (!list_empty(X) && (X)->prev != LIST_POISON2) macro