Lines Matching refs:next
2096 struct aa_ns *parent, *next; in __next_ns() local
2104 next = list_first_entry(&ns->sub_ns, typeof(*ns), base.list); in __next_ns()
2105 mutex_lock_nested(&next->lock, next->level); in __next_ns()
2106 return next; in __next_ns()
2113 next = list_next_entry(ns, base.list); in __next_ns()
2114 if (!list_entry_is_head(next, &parent->sub_ns, base.list)) { in __next_ns()
2115 mutex_lock_nested(&next->lock, next->level); in __next_ns()
2116 return next; in __next_ns()
2198 struct aa_profile *next = __next_profile(profile); in next_profile() local
2199 if (next) in next_profile()
2200 return next; in next_profile()
2293 .next = p_next,