Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/
Dexit.h13 enum pid_type wo_type; member
Dexit.c1106 return wo->wo_type == PIDTYPE_MAX || in eligible_pid()
1107 task_pid_type(p, wo->wo_type) == wo->wo_pid; in eligible_pid()
1644 if ((wo->wo_type < PIDTYPE_MAX) && in __do_wait()
1645 (!wo->wo_pid || !pid_has_task(wo->wo_pid, wo->wo_type))) in __do_wait()
1650 if (wo->wo_type == PIDTYPE_PID) { in __do_wait()
1754 wo->wo_type = type; in kernel_waitid_prepare()
1845 wo.wo_type = type; in kernel_wait4()
1862 .wo_type = PIDTYPE_PID, in kernel_wait()