Home
last modified time | relevance | path

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

/kernel/
Dexit.c1009 int wo_flags; member
1036 if (ptrace || (wo->wo_flags & __WALL)) in eligible_child()
1047 if ((p->exit_signal != SIGCHLD) ^ !!(wo->wo_flags & __WCLONE)) in eligible_child()
1066 if (!likely(wo->wo_flags & WEXITED)) in wait_task_zombie()
1069 if (unlikely(wo->wo_flags & WNOWAIT)) { in wait_task_zombie()
1229 if (!ptrace && !(wo->wo_flags & WUNTRACED)) in wait_task_stopped()
1246 if (!unlikely(wo->wo_flags & WNOWAIT)) in wait_task_stopped()
1271 if (likely(!(wo->wo_flags & WNOWAIT))) in wait_task_stopped()
1296 if (!unlikely(wo->wo_flags & WCONTINUED)) in wait_task_continued()
1308 if (!unlikely(wo->wo_flags & WNOWAIT)) in wait_task_continued()
[all …]