Home
last modified time | relevance | path

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

/linux-6.15/io_uring/
H A Dpoll.h23 struct io_poll *double_poll; member
H A Dpoll.c111 return req->apoll->double_poll; in io_poll_get_double()
636 __io_queue_proc(&apoll->poll, pt, head, &apoll->double_poll); in io_async_queue_proc()
655 kfree(apoll->double_poll); in io_req_alloc_apoll()
665 apoll->double_poll = NULL; in io_req_alloc_apoll()
H A Dio_uring.c414 kfree(req->apoll->double_poll); in io_clean_op()
1410 if (apoll->double_poll) in io_free_batch_list()
1411 kfree(apoll->double_poll); in io_free_batch_list()