Home
last modified time | relevance | path

Searched refs:child_wait (Results 1 – 2 of 2) 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()
316 init_waitqueue_func_entry(&iwa->wo.child_wait, io_waitid_wait); in io_waitid()
317 iwa->wo.child_wait.private = req->tctx->task; in io_waitid()
318 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