Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/
Dexit.c931 int wo_flags; member
958 if (ptrace || (wo->wo_flags & __WALL)) in eligible_child()
969 if ((p->exit_signal != SIGCHLD) ^ !!(wo->wo_flags & __WCLONE)) in eligible_child()
988 if (!likely(wo->wo_flags & WEXITED)) in wait_task_zombie()
991 if (unlikely(wo->wo_flags & WNOWAIT)) { in wait_task_zombie()
1151 if (!ptrace && !(wo->wo_flags & WUNTRACED)) in wait_task_stopped()
1168 if (!unlikely(wo->wo_flags & WNOWAIT)) in wait_task_stopped()
1193 if (likely(!(wo->wo_flags & WNOWAIT))) in wait_task_stopped()
1218 if (!unlikely(wo->wo_flags & WCONTINUED)) in wait_task_continued()
1230 if (!unlikely(wo->wo_flags & WNOWAIT)) in wait_task_continued()
[all …]