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()642 struct async_poll *apoll = pt->req->apoll; in io_async_queue_proc() local644 __io_queue_proc(&apoll->poll, pt, head, &apoll->double_poll); in io_async_queue_proc()659 struct async_poll *apoll; in io_req_alloc_apoll() local662 apoll = req->apoll; in io_req_alloc_apoll()663 kfree(apoll->double_poll); in io_req_alloc_apoll()666 apoll = io_cache_alloc(&ctx->apoll_cache, GFP_ATOMIC); in io_req_alloc_apoll()668 apoll = kmalloc_obj(*apoll, GFP_ATOMIC); in io_req_alloc_apoll()669 if (!apoll) in io_req_alloc_apoll()[all …]
161 req->apoll = IO_URING_PTR_POISON; in io_poison_cached_req() 1105 if ((req->flags & REQ_F_POLLED) && req->apoll) { in io_free_batch_list() 1106 struct async_poll *apoll = req->apoll; in io_free_batch_list() local 1108 if (apoll->double_poll) in io_free_batch_list() 1109 kfree(apoll->double_poll); in io_free_batch_list() 1110 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