Home
last modified time | relevance | path

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

/linux-6.12.1/io_uring/
Dpoll.h21 struct io_poll *double_poll; member
Dpoll.c111 return req->apoll->double_poll; in io_poll_get_double()
676 __io_queue_proc(&apoll->poll, pt, head, &apoll->double_poll); in io_async_queue_proc()
695 kfree(apoll->double_poll); in io_req_alloc_apoll()
708 apoll->double_poll = NULL; in io_req_alloc_apoll()
Dio_uring.c404 kfree(req->apoll->double_poll); in io_clean_op()
1414 if (apoll->double_poll) in io_free_batch_list()
1415 kfree(apoll->double_poll); in io_free_batch_list()