Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dexit.c1045 enum pid_type wo_type; member
1059 return wo->wo_type == PIDTYPE_MAX || in eligible_pid()
1060 task_pid_type(p, wo->wo_type) == wo->wo_pid; in eligible_pid()
1599 if ((wo->wo_type < PIDTYPE_MAX) && in do_wait()
1600 (!wo->wo_pid || !pid_has_task(wo->wo_pid, wo->wo_type))) in do_wait()
1606 if (wo->wo_type == PIDTYPE_PID) { in do_wait()
1693 wo.wo_type = type; in kernel_waitid()
1771 wo.wo_type = type; in kernel_wait4()
1788 .wo_type = PIDTYPE_PID, in kernel_wait()