Searched refs:wait_opts (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/kernel/ |
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,
|
D | exit.c | 1104 static int eligible_pid(struct wait_opts *wo, struct task_struct *p) in eligible_pid() 1111 eligible_child(struct wait_opts *wo, bool ptrace, struct task_struct *p) in eligible_child() 1143 static int wait_task_zombie(struct wait_opts *wo, struct task_struct *p) in wait_task_zombie() 1299 static int wait_task_stopped(struct wait_opts *wo, in wait_task_stopped() 1371 static int wait_task_continued(struct wait_opts *wo, struct task_struct *p) in wait_task_continued() 1423 static int wait_consider_task(struct wait_opts *wo, int ptrace, in wait_consider_task() 1535 static int do_wait_thread(struct wait_opts *wo, struct task_struct *tsk) in do_wait_thread() 1549 static int ptrace_do_wait(struct wait_opts *wo, struct task_struct *tsk) in ptrace_do_wait() 1563 bool pid_child_should_wake(struct wait_opts *wo, struct task_struct *p) in pid_child_should_wake() 1577 struct wait_opts *wo = container_of(wait, struct wait_opts, in child_wait_callback() [all …]
|
/linux-6.12.1/io_uring/ |
D | waitid.h | 7 struct wait_opts wo;
|
D | waitid.c | 266 struct wait_opts *wo = container_of(wait, struct wait_opts, child_wait); in io_waitid_wait()
|