Home
last modified time | relevance | path

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

/Linux-v6.6/io_uring/
Dpoll.h24 struct io_poll *double_poll; member
Dpoll.c109 return req->apoll->double_poll; in io_poll_get_double()
652 __io_queue_proc(&apoll->poll, pt, head, &apoll->double_poll); in io_async_queue_proc()
672 kfree(apoll->double_poll); in io_req_alloc_apoll()
686 apoll->double_poll = NULL; in io_req_alloc_apoll()
Dio_uring.c397 kfree(req->apoll->double_poll); in io_clean_op()
1532 if (apoll->double_poll) in io_free_batch_list()
1533 kfree(apoll->double_poll); in io_free_batch_list()