Home
last modified time | relevance | path

Searched refs:wait_opts (Results 1 – 2 of 2) 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,
/linux/io_uring/
H A Dwaitid.c239 struct wait_opts *wo = container_of(wait, struct wait_opts, child_wait); in io_waitid_wait()