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

/linux-master/io_uring/
H A Dpoll.h19 struct async_poll { struct
H A Dpoll.c673 struct async_poll *apoll = pt->req->apoll;
686 static struct async_poll *io_req_alloc_apoll(struct io_kiocb *req,
691 struct async_poll *apoll;
700 apoll = container_of(entry, struct async_poll, cache);
719 struct async_poll *apoll;
1062 kfree(container_of(entry, struct async_poll, cache));
H A Dio_uring.c319 sizeof(struct async_poll));
1549 struct async_poll *apoll = req->apoll;
/linux-master/include/linux/
H A Dio_uring_types.h661 struct async_poll *apoll;

Completed in 769 milliseconds