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

/linux-master/kernel/
H A Dexit.h12 struct wait_opts { struct
25 bool pid_child_should_wake(struct wait_opts *wo, struct task_struct *p);
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.c1043 static int eligible_pid(struct wait_opts *wo, struct task_struct *p)
1050 eligible_child(struct wait_opts *wo, bool ptrace, struct task_struct *p)
1082 static int wait_task_zombie(struct wait_opts *wo, struct task_struct *p)
1238 static int wait_task_stopped(struct wait_opts *wo,
1310 static int wait_task_continued(struct wait_opts *wo, struct task_struct *p)
1362 static int wait_consider_task(struct wait_opts *wo, int ptrace,
1474 static int do_wait_thread(struct wait_opts *wo, struct task_struct *tsk)
1488 static int ptrace_do_wait(struct wait_opts *wo, struct task_struct *tsk)
1502 bool pid_child_should_wake(struct wait_opts *wo, struct task_struct *p)
1516 struct wait_opts *w
[all...]
/linux-master/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);

Completed in 271 milliseconds