Lines Matching refs:wo_flags
1120 if (ptrace || (wo->wo_flags & __WALL)) in eligible_child()
1131 if ((p->exit_signal != SIGCHLD) ^ !!(wo->wo_flags & __WCLONE)) in eligible_child()
1150 if (!likely(wo->wo_flags & WEXITED)) in wait_task_zombie()
1153 if (unlikely(wo->wo_flags & WNOWAIT)) { in wait_task_zombie()
1310 if (!ptrace && !(wo->wo_flags & WUNTRACED)) in wait_task_stopped()
1327 if (!unlikely(wo->wo_flags & WNOWAIT)) in wait_task_stopped()
1352 if (likely(!(wo->wo_flags & WNOWAIT))) in wait_task_stopped()
1377 if (!unlikely(wo->wo_flags & WCONTINUED)) in wait_task_continued()
1389 if (!unlikely(wo->wo_flags & WNOWAIT)) in wait_task_continued()
1500 if (likely(!ptrace) || (wo->wo_flags & (WCONTINUED | WEXITED))) in wait_consider_task()
1568 if ((wo->wo_flags & __WNOTHREAD) && wo->child_wait.private != p->parent) in pid_child_should_wake()
1599 return current == parent || (!(wo->wo_flags & __WNOTHREAD) && in is_effectively_child()
1666 if (wo->wo_flags & __WNOTHREAD) in __do_wait()
1674 if (!retval && !(wo->wo_flags & WNOHANG)) in __do_wait()
1756 wo->wo_flags = options; in kernel_waitid_prepare()
1760 wo->wo_flags |= WNOHANG; in kernel_waitid_prepare()
1776 if (!ret && !(options & WNOHANG) && (wo.wo_flags & WNOHANG)) in kernel_waitid()
1847 wo.wo_flags = options | WEXITED; in kernel_wait4()
1864 .wo_flags = WEXITED, in kernel_wait()