Searched refs:__next_ns (Results 1 – 1 of 1) sorted by relevance
2092 static struct aa_ns *__next_ns(struct aa_ns *root, struct aa_ns *ns) in __next_ns() function2137 for (; ns; ns = __next_ns(root, ns)) { in __first_profile()2201 return __first_profile(root, __next_ns(root, profile->ns)); in next_profile()