Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/
Dexit.h25 bool pid_child_should_wake(struct wait_opts *wo, struct task_struct *p);
Dexit.c1563 bool pid_child_should_wake(struct wait_opts *wo, struct task_struct *p) in pid_child_should_wake() function
1581 if (pid_child_should_wake(wo, p)) in child_wait_callback()
/linux-6.12.1/io_uring/
Dwaitid.c272 if (!pid_child_should_wake(wo, p)) in io_waitid_wait()