Home
last modified time | relevance | path

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

/Linux-v6.1/io_uring/
Dpoll.h23 struct io_poll *double_poll; member
Dpoll.c106 return req->apoll->double_poll; in io_poll_get_double()
638 __io_queue_proc(&apoll->poll, pt, head, &apoll->double_poll); in io_async_queue_proc()
650 kfree(apoll->double_poll); in io_req_alloc_apoll()
659 apoll->double_poll = NULL; in io_req_alloc_apoll()
Dio_uring.c1309 if (apoll->double_poll) in io_free_batch_list()
1310 kfree(apoll->double_poll); in io_free_batch_list()
1697 kfree(req->apoll->double_poll); in io_clean_op()