Home
last modified time | relevance | path

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

/linux/kernel/
H A Dexit.h12 struct wait_opts { struct
25 bool pid_child_should_wake(struct wait_opts *wo, struct task_struct *p); argument
26 long __do_wait(struct wait_opts *wo);
27 int kernel_waitid_prepare(struct wait_opts *wo, int which, pid_t upid,
H A Dexit.c1039 static int eligible_pid(struct wait_opts *wo, struct task_struct *p) in eligible_pid()
1234 static int wait_task_stopped(struct wait_opts *wo, in wait_task_stopped()
1358 static int wait_consider_task(struct wait_opts *wo, int ptrace, in wait_consider_task()
1512 struct wait_opts *wo = container_of(wait, struct wait_opts, in child_wait_callback()
1528 static bool is_effectively_child(struct wait_opts *wo, bool ptrace, in is_effectively_child()
1542 static int do_wait_pid(struct wait_opts *wo) in do_wait_pid()
1568 long __do_wait(struct wait_opts *wo) in __do_wait()
1615 static long do_wait(struct wait_opts *wo) in do_wait()
1703 struct wait_opts wo; in kernel_waitid()
1754 struct wait_opts wo; in kernel_wait4()
[all …]
/linux/io_uring/
H A Dwaitid.h7 struct wait_opts wo;
H A Dwaitid.c266 struct wait_opts *wo = container_of(wait, struct wait_opts, child_wait); in io_waitid_wait()