Searched refs:while_each_pid_thread (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/kernel/sched/ |
D | core_sched.c | 216 } while_each_pid_thread(grp, type, p); in sched_core_share_pid() 220 } while_each_pid_thread(grp, type, p); in sched_core_share_pid()
|
/Linux-v5.15/block/ |
D | ioprio.c | 129 } while_each_pid_thread(pgrp, PIDTYPE_PGID, p); in SYSCALL_DEFINE3() 224 } while_each_pid_thread(pgrp, PIDTYPE_PGID, p); in SYSCALL_DEFINE2()
|
/Linux-v5.15/include/linux/ |
D | pid.h | 212 #define while_each_pid_thread(pid, type, task) \ macro
|
/Linux-v5.15/kernel/ |
D | sys.c | 240 } while_each_pid_thread(pgrp, PIDTYPE_PGID, p); in SYSCALL_DEFINE3() 308 } while_each_pid_thread(pgrp, PIDTYPE_PGID, p); in SYSCALL_DEFINE2()
|