Searched refs:wo_type (Results 1 – 2 of 2) sorted by relevance
13 enum pid_type wo_type; member
1120 return wo->wo_type == PIDTYPE_MAX || in eligible_pid() 1121 task_pid_type(p, wo->wo_type) == wo->wo_pid; in eligible_pid() 1658 if ((wo->wo_type < PIDTYPE_MAX) && in __do_wait() 1659 (!wo->wo_pid || !pid_has_task(wo->wo_pid, wo->wo_type))) in __do_wait() 1664 if (wo->wo_type == PIDTYPE_PID) { in __do_wait() 1768 wo->wo_type = type; in kernel_waitid_prepare() 1859 wo.wo_type = type; in kernel_wait4() 1876 .wo_type = PIDTYPE_PID, in kernel_wait()