Searched refs:next_tgid (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/fs/proc/
H A Dbase.c3000 static struct tgid_iter next_tgid(struct pid_namespace *ns, struct tgid_iter iter) next_tgid() function
3061 for (iter = next_tgid(ns, iter); proc_pid_readdir()
3063 iter.tgid += 1, iter = next_tgid(ns, iter)) { proc_pid_readdir()

Completed in 62 milliseconds