Home
last modified time | relevance | path

Searched refs:wo_flags (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/
H A Dexit.c1048 int wo_flags; member
1075 if (ptrace || (wo->wo_flags & __WALL)) in eligible_child()
1086 if ((p->exit_signal != SIGCHLD) ^ !!(wo->wo_flags & __WCLONE)) in eligible_child()
1105 if (!likely(wo->wo_flags & WEXITED)) in wait_task_zombie()
1108 if (unlikely(wo->wo_flags & WNOWAIT)) { in wait_task_zombie()
1269 if (!ptrace && !(wo->wo_flags & WUNTRACED)) in wait_task_stopped()
1286 if (!unlikely(wo->wo_flags & WNOWAIT)) in wait_task_stopped()
1311 if (likely(!(wo->wo_flags & WNOWAIT))) in wait_task_stopped()
1336 if (!unlikely(wo->wo_flags & WCONTINUED)) in wait_task_continued()
1348 if (!unlikely(wo->wo_flags & WNOWAIT)) in wait_task_continued()
[all …]