Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/
Dexit.c1120 if (ptrace || (wo->wo_flags & __WALL)) in eligible_child()
1131 if ((p->exit_signal != SIGCHLD) ^ !!(wo->wo_flags & __WCLONE)) in eligible_child()
1150 if (!likely(wo->wo_flags & WEXITED)) in wait_task_zombie()
1153 if (unlikely(wo->wo_flags & WNOWAIT)) { in wait_task_zombie()
1310 if (!ptrace && !(wo->wo_flags & WUNTRACED)) in wait_task_stopped()
1327 if (!unlikely(wo->wo_flags & WNOWAIT)) in wait_task_stopped()
1352 if (likely(!(wo->wo_flags & WNOWAIT))) in wait_task_stopped()
1377 if (!unlikely(wo->wo_flags & WCONTINUED)) in wait_task_continued()
1389 if (!unlikely(wo->wo_flags & WNOWAIT)) in wait_task_continued()
1500 if (likely(!ptrace) || (wo->wo_flags & (WCONTINUED | WEXITED))) in wait_consider_task()
[all …]
Dexit.h14 int wo_flags; member