Lines Matching refs:wo_flags
954 int wo_flags; member
981 if (ptrace || (wo->wo_flags & __WALL)) in eligible_child()
992 if ((p->exit_signal != SIGCHLD) ^ !!(wo->wo_flags & __WCLONE)) in eligible_child()
1011 if (!likely(wo->wo_flags & WEXITED)) in wait_task_zombie()
1014 if (unlikely(wo->wo_flags & WNOWAIT)) { in wait_task_zombie()
1174 if (!ptrace && !(wo->wo_flags & WUNTRACED)) in wait_task_stopped()
1191 if (!unlikely(wo->wo_flags & WNOWAIT)) in wait_task_stopped()
1216 if (likely(!(wo->wo_flags & WNOWAIT))) in wait_task_stopped()
1241 if (!unlikely(wo->wo_flags & WCONTINUED)) in wait_task_continued()
1253 if (!unlikely(wo->wo_flags & WNOWAIT)) in wait_task_continued()
1364 if (likely(!ptrace) || (wo->wo_flags & (WCONTINUED | WEXITED))) in wait_consider_task()
1437 if ((wo->wo_flags & __WNOTHREAD) && wait->private != p->parent) in child_wait_callback()
1455 return current == parent || (!(wo->wo_flags & __WNOTHREAD) && in is_effectively_child()
1529 if (wo->wo_flags & __WNOTHREAD) in do_wait()
1537 if (!retval && !(wo->wo_flags & WNOHANG)) { in do_wait()
1602 wo.wo_flags = options; in kernel_waitid()
1606 wo.wo_flags |= WNOHANG; in kernel_waitid()
1680 wo.wo_flags = options | WEXITED; in kernel_wait4()
1697 .wo_flags = WEXITED, in kernel_wait()