Lines Matching refs:wo_flags
995 int wo_flags; member
1022 if (ptrace || (wo->wo_flags & __WALL)) in eligible_child()
1033 if ((p->exit_signal != SIGCHLD) ^ !!(wo->wo_flags & __WCLONE)) in eligible_child()
1052 if (!likely(wo->wo_flags & WEXITED)) in wait_task_zombie()
1055 if (unlikely(wo->wo_flags & WNOWAIT)) { in wait_task_zombie()
1215 if (!ptrace && !(wo->wo_flags & WUNTRACED)) in wait_task_stopped()
1232 if (!unlikely(wo->wo_flags & WNOWAIT)) in wait_task_stopped()
1257 if (likely(!(wo->wo_flags & WNOWAIT))) in wait_task_stopped()
1282 if (!unlikely(wo->wo_flags & WCONTINUED)) in wait_task_continued()
1294 if (!unlikely(wo->wo_flags & WNOWAIT)) in wait_task_continued()
1405 if (likely(!ptrace) || (wo->wo_flags & (WCONTINUED | WEXITED))) in wait_consider_task()
1478 if ((wo->wo_flags & __WNOTHREAD) && wait->private != p->parent) in child_wait_callback()
1524 if (wo->wo_flags & __WNOTHREAD) in do_wait()
1531 if (!retval && !(wo->wo_flags & WNOHANG)) { in do_wait()
1581 wo.wo_flags = options; in kernel_waitid()
1655 wo.wo_flags = options | WEXITED; in kernel_wait4()