Lines Matching refs:next
554 list_entry(pos->member.next, typeof(*pos), member)
572 struct aa_namespace *parent, *next; in __next_namespace() local
576 next = list_first_entry(&ns->sub_ns, typeof(*ns), base.list); in __next_namespace()
577 mutex_lock(&next->lock); in __next_namespace()
578 return next; in __next_namespace()
585 next = list_entry_next(ns, base.list); in __next_namespace()
586 if (!list_entry_is_head(next, &parent->sub_ns, base.list)) { in __next_namespace()
587 mutex_lock(&next->lock); in __next_namespace()
588 return next; in __next_namespace()
665 struct aa_profile *next = __next_profile(profile); in next_profile() local
666 if (next) in next_profile()
667 return next; in next_profile()
762 .next = p_next,