Searched refs:while_each_pid_thread (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/block/ |
| H A D | ioprio.c | 133 } while_each_pid_thread(pgrp, PIDTYPE_PGID, p); in SYSCALL_DEFINE3() 226 } while_each_pid_thread(pgrp, PIDTYPE_PGID, p); in SYSCALL_DEFINE2()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pid.h | 211 #define while_each_pid_thread(pid, type, task) \ macro
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | sys.c | 244 } while_each_pid_thread(pgrp, PIDTYPE_PGID, p); in SYSCALL_DEFINE3() 312 } while_each_pid_thread(pgrp, PIDTYPE_PGID, p); in SYSCALL_DEFINE2()
|