Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dpoll.h24 struct io_poll *double_poll; member
H A Dpoll.c109 return req->apoll->double_poll; in io_poll_get_double()
663 __io_queue_proc(&apoll->poll, pt, head, &apoll->double_poll); in io_async_queue_proc()
683 kfree(apoll->double_poll); in io_req_alloc_apoll()
697 apoll->double_poll = NULL; in io_req_alloc_apoll()
H A Dio_uring.c386 kfree(req->apoll->double_poll); in io_clean_op()
1530 if (apoll->double_poll) in io_free_batch_list()
1531 kfree(apoll->double_poll); in io_free_batch_list()