Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/
H A Dexit.c1021 int wo_flags; member
1048 if (ptrace || (wo->wo_flags & __WALL)) in eligible_child()
1059 if ((p->exit_signal != SIGCHLD) ^ !!(wo->wo_flags & __WCLONE)) in eligible_child()
1078 if (!likely(wo->wo_flags & WEXITED)) in wait_task_zombie()
1081 if (unlikely(wo->wo_flags & WNOWAIT)) { in wait_task_zombie()
1241 if (!ptrace && !(wo->wo_flags & WUNTRACED)) in wait_task_stopped()
1258 if (!unlikely(wo->wo_flags & WNOWAIT)) in wait_task_stopped()
1283 if (likely(!(wo->wo_flags & WNOWAIT))) in wait_task_stopped()
1308 if (!unlikely(wo->wo_flags & WCONTINUED)) in wait_task_continued()
1320 if (!unlikely(wo->wo_flags in wait_task_continued()
[all...]
/kernel/linux/linux-6.6/kernel/
H A Dexit.c1061 int wo_flags; member
1088 if (ptrace || (wo->wo_flags & __WALL)) in eligible_child()
1099 if ((p->exit_signal != SIGCHLD) ^ !!(wo->wo_flags & __WCLONE)) in eligible_child()
1118 if (!likely(wo->wo_flags & WEXITED)) in wait_task_zombie()
1121 if (unlikely(wo->wo_flags & WNOWAIT)) { in wait_task_zombie()
1282 if (!ptrace && !(wo->wo_flags & WUNTRACED)) in wait_task_stopped()
1299 if (!unlikely(wo->wo_flags & WNOWAIT)) in wait_task_stopped()
1324 if (likely(!(wo->wo_flags & WNOWAIT))) in wait_task_stopped()
1349 if (!unlikely(wo->wo_flags & WCONTINUED)) in wait_task_continued()
1361 if (!unlikely(wo->wo_flags in wait_task_continued()
[all...]

Completed in 4 milliseconds