Home
last modified time | relevance | path

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

/linux/kernel/
A Dexit.c1120 if (ptrace || (wo->wo_flags & __WALL)) 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()
1327 if (!unlikely(wo->wo_flags & WNOWAIT)) in wait_task_stopped()
1352 if (likely(!(wo->wo_flags & WNOWAIT))) in wait_task_stopped()
1389 if (!unlikely(wo->wo_flags & WNOWAIT)) in wait_task_continued()
1666 if (wo->wo_flags & __WNOTHREAD) in __do_wait()
1756 wo->wo_flags = options; in kernel_waitid_prepare()
1760 wo->wo_flags |= WNOHANG; in kernel_waitid_prepare()
1847 wo.wo_flags = options | WEXITED; in kernel_wait4()
[all …]
A Dexit.h14 int wo_flags; member

Completed in 10 milliseconds