Home
last modified time | relevance | path

Searched refs:async_poll (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/io_uring/
Dpoll.h19 struct async_poll { struct
Dpoll.c650 struct async_poll *apoll = pt->req->apoll; in io_async_queue_proc()
663 static struct async_poll *io_req_alloc_apoll(struct io_kiocb *req, in io_req_alloc_apoll()
668 struct async_poll *apoll; in io_req_alloc_apoll()
677 apoll = container_of(entry, struct async_poll, cache); in io_req_alloc_apoll()
696 struct async_poll *apoll; in io_arm_poll_handler()
1040 kfree(container_of(entry, struct async_poll, cache)); in io_apoll_cache_free()
Dio_uring.c329 sizeof(struct async_poll)); in io_ring_ctx_alloc()
1530 struct async_poll *apoll = req->apoll; in io_free_batch_list()
/Linux-v6.6/include/linux/
Dio_uring_types.h586 struct async_poll *apoll;