Searched refs:apoll (Results 1 – 3 of 3) sorted by relevance
111 return req->apoll->double_poll; in io_poll_get_double()118 return &req->apoll->poll; in io_poll_get_single()632 struct async_poll *apoll = pt->req->apoll; in io_async_queue_proc() local634 __io_queue_proc(&apoll->poll, pt, head, &apoll->double_poll); in io_async_queue_proc()649 struct async_poll *apoll; in io_req_alloc_apoll() local652 apoll = req->apoll; in io_req_alloc_apoll()653 kfree(apoll->double_poll); in io_req_alloc_apoll()656 apoll = io_cache_alloc(&ctx->apoll_cache, GFP_ATOMIC); in io_req_alloc_apoll()658 apoll = kmalloc(sizeof(*apoll), GFP_ATOMIC); in io_req_alloc_apoll()659 if (!apoll) in io_req_alloc_apoll()[all …]
177 req->apoll = IO_URING_PTR_POISON; in io_poison_cached_req() 1489 if ((req->flags & REQ_F_POLLED) && req->apoll) { in io_free_batch_list() local 1490 struct async_poll *apoll = req->apoll; in io_free_batch_list() 1492 if (apoll->double_poll) in io_free_batch_list() 1493 kfree(apoll->double_poll); in io_free_batch_list() 1494 io_cache_free(&ctx->apoll_cache, apoll); in io_free_batch_list()
266 adbhid_keyboard_input(unsigned char *data, int nb, int apoll) in adbhid_keyboard_input() argument