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()
637 struct async_poll *apoll = pt->req->apoll; in io_async_queue_proc() local
639 __io_queue_proc(&apoll->poll, pt, head, &apoll->double_poll); in io_async_queue_proc()
654 struct async_poll *apoll; in io_req_alloc_apoll() local
657 apoll = req->apoll; in io_req_alloc_apoll()
658 kfree(apoll->double_poll); in io_req_alloc_apoll()
661 apoll = io_cache_alloc(&ctx->apoll_cache, GFP_ATOMIC); in io_req_alloc_apoll()
663 apoll = kmalloc_obj(*apoll, GFP_ATOMIC); in io_req_alloc_apoll()
664 if (!apoll) in io_req_alloc_apoll()
[all …]
H A Dio_uring.c158 req->apoll = IO_URING_PTR_POISON; in io_poison_cached_req()
1098 if ((req->flags & REQ_F_POLLED) && req->apoll) { in io_free_batch_list()
1099 struct async_poll *apoll = req->apoll; in io_free_batch_list() local
1101 if (apoll->double_poll) in io_free_batch_list()
1102 kfree(apoll->double_poll); in io_free_batch_list()
1103 io_cache_free(&ctx->apoll_cache, apoll); in io_free_batch_list()
/linux/include/linux/
H A Dio_uring_types.h756 struct async_poll *apoll; member
/linux/drivers/macintosh/
H A Dadbhid.c266 adbhid_keyboard_input(unsigned char *data, int nb, int apoll) in adbhid_keyboard_input() argument