Home
last modified time | relevance | path

Searched refs:pid_child_should_wake (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/
H A Dexit.h25 bool pid_child_should_wake(struct wait_opts *wo, struct task_struct *p);
H A Dexit.c1594 bool pid_child_should_wake(struct wait_opts *wo, struct task_struct *p) in pid_child_should_wake()
1612 if (pid_child_should_wake(wo, p)) in child_wait_callback()
1593 bool pid_child_should_wake(struct wait_opts *wo, struct task_struct *p) pid_child_should_wake() function
/linux/io_uring/
H A Dwaitid.c245 if (!pid_child_should_wake(wo, p)) in io_waitid_wait()