Home
last modified time | relevance | path

Searched refs:wo_type (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/
H A Dexit.h13 enum pid_type wo_type; member
H A Dexit.c1136 return wo->wo_type == PIDTYPE_MAX || in eligible_pid()
1137 task_pid_type(p, wo->wo_type) == wo->wo_pid; in eligible_pid()
1674 if ((wo->wo_type < PIDTYPE_MAX) && in __do_wait()
1675 (!wo->wo_pid || !pid_has_task(wo->wo_pid, wo->wo_type))) in __do_wait()
1680 if (wo->wo_type == PIDTYPE_PID) { in __do_wait()
1784 wo->wo_type = type; in kernel_waitid_prepare()
1875 wo.wo_type = type; in kernel_wait4()
1892 .wo_type = PIDTYPE_PID, in kernel_wait()