Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/proc/
H A Dbase.c3650 static struct tgid_iter next_tgid(struct pid_namespace *ns, struct tgid_iter iter) in next_tgid() function
3700 for (iter = next_tgid(ns, iter); in proc_pid_readdir()
3702 iter.tgid += 1, iter = next_tgid(ns, iter)) { in proc_pid_readdir()
/kernel/linux/linux-6.6/fs/proc/
H A Dbase.c3678 static struct tgid_iter next_tgid(struct pid_namespace *ns, struct tgid_iter iter) in next_tgid() function
3728 for (iter = next_tgid(ns, iter); in proc_pid_readdir()
3730 iter.tgid += 1, iter = next_tgid(ns, iter)) { in proc_pid_readdir()

Completed in 14 milliseconds