Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dwaitid.c153 list_del_init(&iwa->wo.child_wait.entry); in __io_waitid_cancel()
221 remove_wait_queue(iw->head, &iwa->wo.child_wait); in io_waitid_drop_issue_ref()
248 add_wait_queue(iw->head, &iwa->wo.child_wait); in io_waitid_cb()
256 remove_wait_queue(iw->head, &iwa->wo.child_wait); in io_waitid_cb()
266 struct wait_opts *wo = container_of(wait, struct wait_opts, child_wait); in io_waitid_wait()
333 init_waitqueue_func_entry(&iwa->wo.child_wait, io_waitid_wait); in io_waitid()
334 iwa->wo.child_wait.private = req->task; in io_waitid()
336 add_wait_queue(iw->head, &iwa->wo.child_wait); in io_waitid()
358 remove_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.c1503 if ((wo->wo_flags & __WNOTHREAD) && wo->child_wait.private != p->parent) in pid_child_should_wake()
1513 child_wait); in child_wait_callback()
1621 init_waitqueue_func_entry(&wo->child_wait, child_wait_callback); in do_wait()
1622 wo->child_wait.private = current; in do_wait()
1623 add_wait_queue(&current->signal->wait_chldexit, &wo->child_wait); in do_wait()
1636 remove_wait_queue(&current->signal->wait_chldexit, &wo->child_wait); in do_wait()