Searched refs:wait_opts (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/ |
| A D | exit.h | 12 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,
|
| A D | exit.c | 1104 static int eligible_pid(struct wait_opts *wo, struct task_struct *p) in eligible_pid() 1299 static int wait_task_stopped(struct wait_opts *wo, in wait_task_stopped() 1423 static int wait_consider_task(struct wait_opts *wo, int ptrace, in wait_consider_task() 1577 struct wait_opts *wo = container_of(wait, struct wait_opts, in child_wait_callback() 1593 static bool is_effectively_child(struct wait_opts *wo, bool ptrace, in is_effectively_child() 1607 static int do_wait_pid(struct wait_opts *wo) in do_wait_pid() 1633 long __do_wait(struct wait_opts *wo) in __do_wait() 1680 static long do_wait(struct wait_opts *wo) in do_wait() 1768 struct wait_opts wo; in kernel_waitid() 1819 struct wait_opts wo; in kernel_wait4() [all …]
|
| /linux/io_uring/ |
| A D | waitid.h | 7 struct wait_opts wo;
|
| A D | waitid.c | 266 struct wait_opts *wo = container_of(wait, struct wait_opts, child_wait); in io_waitid_wait()
|
Completed in 14 milliseconds