Home
last modified time | relevance | path

Searched refs:while_each_pid_thread (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/block/
Dioprio.c104 } while_each_pid_thread(pgrp, PIDTYPE_PGID, p); in SYSCALL_DEFINE3()
200 } while_each_pid_thread(pgrp, PIDTYPE_PGID, p); in SYSCALL_DEFINE2()
/linux-5.19.10/kernel/sched/
Dcore_sched.c222 } while_each_pid_thread(grp, type, p); in sched_core_share_pid()
226 } while_each_pid_thread(grp, type, p); in sched_core_share_pid()
/linux-5.19.10/include/linux/
Dpid.h213 #define while_each_pid_thread(pid, type, task) \ macro
/linux-5.19.10/kernel/
Dsys.c247 } while_each_pid_thread(pgrp, PIDTYPE_PGID, p); in SYSCALL_DEFINE3()
315 } while_each_pid_thread(pgrp, PIDTYPE_PGID, p); in SYSCALL_DEFINE2()