Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dpoll.c111 return req->apoll->double_poll; in io_poll_get_double()
118 return &req->apoll->poll; in io_poll_get_single()
175 * into the poll/apoll/double cachelines if we can. in io_poll_remove_entries()
639 struct async_poll *apoll = pt->req->apoll; in io_async_queue_proc()
641 __io_queue_proc(&apoll->poll, pt, head, &apoll->double_poll);
656 struct async_poll *apoll; in io_req_alloc_apoll()
659 apoll = req->apoll; in io_req_alloc_apoll()
637 struct async_poll *apoll = pt->req->apoll; io_async_queue_proc() local
654 struct async_poll *apoll; io_req_alloc_apoll() local
677 struct async_poll *apoll; io_arm_apoll() local
[all...]
H A Dio_uring.c160 req->apoll = IO_URING_PTR_POISON;
1106 if ((req->flags & REQ_F_POLLED) && req->apoll) { in io_free_batch_list()
1107 struct async_poll *apoll = req->apoll; in io_free_batch_list()
1109 if (apoll->double_poll) in io_free_batch_list()
1110 kfree(apoll->double_poll); in io_free_batch_list()
1111 io_cache_free(&ctx->apoll_cache, apoll); in io_free_batch_list()
1099 struct async_poll *apoll = req->apoll; io_free_batch_list() local
/linux/include/linux/
H A Dio_uring_types.h748 /* cache ->apoll->events */
775 struct async_poll *apoll;
756 struct async_poll *apoll; global() member
/linux/drivers/macintosh/
H A Dadbhid.c266 adbhid_keyboard_input(unsigned char *data, int nb, int apoll) in adbhid_keyboard_input() argument