Searched refs:on_list_rcu (Results 1 – 3 of 3) sorted by relevance
520 AA_BUG(on_list_rcu(&policy->profiles)); in aa_policy_destroy()521 AA_BUG(on_list_rcu(&policy->list)); in aa_policy_destroy()
388 on_list_rcu(&label->vec[0]->base.profiles)); in aa_label_kref()390 on_list_rcu(&label->vec[0]->base.list)); in aa_label_kref()
56 #define on_list_rcu(X) (!list_empty(X) && (X)->prev != LIST_POISON2) macro