Searched refs:wait_opts (Results 1 – 2 of 2) sorted by relevance
12 struct wait_opts { struct25 bool pid_child_should_wake(struct wait_opts *wo, struct task_struct *p); argument26 long __do_wait(struct wait_opts *wo);27 int kernel_waitid_prepare(struct wait_opts *wo, int which, pid_t upid,
239 struct wait_opts *wo = container_of(wait, struct wait_opts, child_wait); in io_waitid_wait()