Searched refs:child_wait (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/io_uring/ |
D | waitid.c | 153 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-6.12.1/kernel/ |
D | exit.h | 21 wait_queue_entry_t child_wait; member
|
D | exit.c | 1568 if ((wo->wo_flags & __WNOTHREAD) && wo->child_wait.private != p->parent) in pid_child_should_wake() 1578 child_wait); in child_wait_callback() 1686 init_waitqueue_func_entry(&wo->child_wait, child_wait_callback); in do_wait() 1687 wo->child_wait.private = current; in do_wait() 1688 add_wait_queue(¤t->signal->wait_chldexit, &wo->child_wait); in do_wait() 1701 remove_wait_queue(¤t->signal->wait_chldexit, &wo->child_wait); in do_wait()
|