Searched refs:apoll (Results 1 – 4 of 4) sorted by relevance
118 return &req->apoll->poll; in io_poll_get_single()634 struct async_poll *apoll = pt->req->apoll; in io_async_queue_proc() local636 __io_queue_proc(&apoll->poll, pt, head, &apoll->double_poll); in io_async_queue_proc()651 struct async_poll *apoll; in io_req_alloc_apoll() local654 apoll = req->apoll; in io_req_alloc_apoll()660 apoll = kmalloc(sizeof(*apoll), GFP_ATOMIC); in io_req_alloc_apoll()661 if (!apoll) in io_req_alloc_apoll()666 req->apoll = apoll; in io_req_alloc_apoll()669 return apoll; in io_req_alloc_apoll()675 struct async_poll *apoll; in io_arm_poll_handler() local[all …]
413 if ((req->flags & REQ_F_POLLED) && req->apoll) { in io_clean_op()414 kfree(req->apoll->double_poll); in io_clean_op()415 kfree(req->apoll); in io_clean_op()416 req->apoll = NULL; in io_clean_op()1407 if ((req->flags & REQ_F_POLLED) && req->apoll) { in io_free_batch_list()1408 struct async_poll *apoll = req->apoll; in io_free_batch_list() local1410 if (apoll->double_poll) in io_free_batch_list()1411 kfree(apoll->double_poll); in io_free_batch_list()1412 io_cache_free(&ctx->apoll_cache, apoll); in io_free_batch_list()
706 struct async_poll *apoll; member
266 adbhid_keyboard_input(unsigned char *data, int nb, int apoll) in adbhid_keyboard_input() argument