Lines Matching refs:wo_flags
896 int wo_flags; member
931 if (ptrace || (wo->wo_flags & __WALL)) in eligible_child()
942 if ((p->exit_signal != SIGCHLD) ^ !!(wo->wo_flags & __WCLONE)) in eligible_child()
989 if (!likely(wo->wo_flags & WEXITED)) in wait_task_zombie()
992 if (unlikely(wo->wo_flags & WNOWAIT)) { in wait_task_zombie()
1173 if (!ptrace && !(wo->wo_flags & WUNTRACED)) in wait_task_stopped()
1190 if (!unlikely(wo->wo_flags & WNOWAIT)) in wait_task_stopped()
1212 if (unlikely(wo->wo_flags & WNOWAIT)) in wait_task_stopped()
1253 if (!unlikely(wo->wo_flags & WCONTINUED)) in wait_task_continued()
1265 if (!unlikely(wo->wo_flags & WNOWAIT)) in wait_task_continued()
1392 if (likely(!ptrace) || (wo->wo_flags & (WCONTINUED | WEXITED))) in wait_consider_task()
1465 if ((wo->wo_flags & __WNOTHREAD) && wait->private != p->parent) in child_wait_callback()
1511 if (wo->wo_flags & __WNOTHREAD) in do_wait()
1518 if (!retval && !(wo->wo_flags & WNOHANG)) { in do_wait()
1567 wo.wo_flags = options; in SYSCALL_DEFINE5()
1626 wo.wo_flags = options | WEXITED; in SYSCALL_DEFINE4()