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