Searched refs:do_each_pid_thread (Results 1 – 4 of 4) sorted by relevance
/linux/kernel/sched/ |
A D | core_sched.c | 216 do_each_pid_thread(grp, type, p) { in sched_core_share_pid() 223 do_each_pid_thread(grp, type, p) { in sched_core_share_pid()
|
/linux/block/ |
A D | ioprio.c | 130 do_each_pid_thread(pgrp, PIDTYPE_PGID, p) { in SYSCALL_DEFINE3() 224 do_each_pid_thread(pgrp, PIDTYPE_PGID, p) { in SYSCALL_DEFINE2()
|
/linux/include/linux/ |
A D | pid.h | 208 #define do_each_pid_thread(pid, type, task) \ macro
|
/linux/kernel/ |
A D | sys.c | 238 do_each_pid_thread(pgrp, PIDTYPE_PGID, p) { in SYSCALL_DEFINE3() 304 do_each_pid_thread(pgrp, PIDTYPE_PGID, p) { in SYSCALL_DEFINE2()
|
Completed in 9 milliseconds