Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/
Dexit.c1049 int wo_flags; member
1076 if (ptrace || (wo->wo_flags & __WALL)) in eligible_child()
1087 if ((p->exit_signal != SIGCHLD) ^ !!(wo->wo_flags & __WCLONE)) in eligible_child()
1106 if (!likely(wo->wo_flags & WEXITED)) in wait_task_zombie()
1109 if (unlikely(wo->wo_flags & WNOWAIT)) { in wait_task_zombie()
1270 if (!ptrace && !(wo->wo_flags & WUNTRACED)) in wait_task_stopped()
1287 if (!unlikely(wo->wo_flags & WNOWAIT)) in wait_task_stopped()
1312 if (likely(!(wo->wo_flags & WNOWAIT))) in wait_task_stopped()
1337 if (!unlikely(wo->wo_flags & WCONTINUED)) in wait_task_continued()
1349 if (!unlikely(wo->wo_flags & WNOWAIT)) in wait_task_continued()
[all …]