Lines Matching refs:next
1979 struct aa_ns *parent, *next; in __next_ns() local
1987 next = list_first_entry(&ns->sub_ns, typeof(*ns), base.list); in __next_ns()
1988 mutex_lock_nested(&next->lock, next->level); in __next_ns()
1989 return next; in __next_ns()
1996 next = list_next_entry(ns, base.list); in __next_ns()
1997 if (!list_entry_is_head(next, &parent->sub_ns, base.list)) { in __next_ns()
1998 mutex_lock_nested(&next->lock, next->level); in __next_ns()
1999 return next; in __next_ns()
2081 struct aa_profile *next = __next_profile(profile); in next_profile() local
2082 if (next) in next_profile()
2083 return next; in next_profile()
2176 .next = p_next,