Home
last modified time | relevance | path

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

/linux/kernel/
A Dexit.c953 enum pid_type wo_type; member
967 return wo->wo_type == PIDTYPE_MAX || in eligible_pid()
968 task_pid_type(p, wo->wo_type) == wo->wo_pid; in eligible_pid()
1506 if ((wo->wo_type < PIDTYPE_MAX) && in do_wait()
1507 (!wo->wo_pid || !pid_has_task(wo->wo_pid, wo->wo_type))) in do_wait()
1513 if (wo->wo_type == PIDTYPE_PID) { in do_wait()
1600 wo.wo_type = type; in kernel_waitid()
1678 wo.wo_type = type; in kernel_wait4()
1695 .wo_type = PIDTYPE_PID, in kernel_wait()

Completed in 5 milliseconds