Home
last modified time | relevance | path

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

/linux-6.15/kernel/
H A Dexit.c1134 if (ptrace || (wo->wo_flags & __WALL)) in eligible_child()
1164 if (!likely(wo->wo_flags & WEXITED)) in wait_task_zombie()
1167 if (unlikely(wo->wo_flags & WNOWAIT)) { in wait_task_zombie()
1341 if (!unlikely(wo->wo_flags & WNOWAIT)) in wait_task_stopped()
1366 if (likely(!(wo->wo_flags & WNOWAIT))) in wait_task_stopped()
1403 if (!unlikely(wo->wo_flags & WNOWAIT)) in wait_task_continued()
1680 if (wo->wo_flags & __WNOTHREAD) in __do_wait()
1770 wo->wo_flags = options; in kernel_waitid_prepare()
1774 wo->wo_flags |= WNOHANG; in kernel_waitid_prepare()
1861 wo.wo_flags = options | WEXITED; in kernel_wait4()
[all …]
H A Dexit.h14 int wo_flags; member