Searched refs:while_each_pid_thread (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/block/ |
D | ioprio.c | 111 } while_each_pid_thread(pgrp, PIDTYPE_PGID, p); in SYSCALL_DEFINE3() 210 } while_each_pid_thread(pgrp, PIDTYPE_PGID, p); in SYSCALL_DEFINE2()
|
/linux-4.1.27/include/linux/ |
D | pid.h | 196 #define while_each_pid_thread(pid, type, task) \ macro
|
/linux-4.1.27/kernel/ |
D | sys.c | 212 } while_each_pid_thread(pgrp, PIDTYPE_PGID, p); in SYSCALL_DEFINE3() 280 } while_each_pid_thread(pgrp, PIDTYPE_PGID, p); in SYSCALL_DEFINE2()
|