Searched refs:__next_ns (Results 1 - 1 of 1) sorted by path

/linux-master/security/apparmor/
H A Dapparmorfs.c2071 * __next_ns - find the next namespace to list
2082 static struct aa_ns *__next_ns(struct aa_ns *root, struct aa_ns *ns) function
2127 for (; ns; ns = __next_ns(root, ns)) {
2191 return __first_profile(root, __next_ns(root, profile->ns));

Completed in 238 milliseconds