Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dwaitid.c123 list_del_init(&iwa->wo.child_wait.entry); in io_waitid_remove_wq()
221 add_wait_queue(iw->head, &iwa->wo.child_wait); in io_waitid_cb()
239 struct wait_opts *wo = container_of(wait, struct wait_opts, child_wait); in io_waitid_wait()
315 init_waitqueue_func_entry(&iwa->wo.child_wait, io_waitid_wait); in io_waitid()
316 iwa->wo.child_wait.private = req->tctx->task; in io_waitid()
317 add_wait_queue(iw->head, &iwa->wo.child_wait); in io_waitid()
/linux/kernel/
H A Dexit.h21 wait_queue_entry_t child_wait; member
H A Dexit.c1598 if ((wo->wo_flags & __WNOTHREAD) && wo->child_wait.private != p->parent) in pid_child_should_wake()
1608 child_wait); in child_wait_callback()
1716 init_waitqueue_func_entry(&wo->child_wait, child_wait_callback); in do_wait()
1717 wo->child_wait.private = current; in do_wait()
1718 add_wait_queue(&current->signal->wait_chldexit, &wo->child_wait); in do_wait()
1731 remove_wait_queue(&current->signal->wait_chldexit, &wo->child_wait); in do_wait()