Searched refs:wo_flags (Results 1 – 2 of 2) sorted by relevance
1150 if (ptrace || (wo->wo_flags & __WALL)) in eligible_child()1161 if ((p->exit_signal != SIGCHLD) ^ !!(wo->wo_flags & __WCLONE)) in eligible_child()1180 if (!likely(wo->wo_flags & WEXITED)) in wait_task_zombie()1183 if (unlikely(wo->wo_flags & WNOWAIT)) { in wait_task_zombie()1340 if (!ptrace && !(wo->wo_flags & WUNTRACED)) in wait_task_stopped()1357 if (!unlikely(wo->wo_flags & WNOWAIT)) in wait_task_stopped()1382 if (likely(!(wo->wo_flags & WNOWAIT))) in wait_task_stopped()1407 if (!unlikely(wo->wo_flags & WCONTINUED)) in wait_task_continued()1419 if (!unlikely(wo->wo_flags & WNOWAIT)) in wait_task_continued()1530 if (likely(!ptrace) || (wo->wo_flags & (WCONTINUED | WEXITED))) in wait_consider_task()[all …]
14 int wo_flags; member