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()641 struct async_poll *apoll = pt->req->apoll; in io_async_queue_proc() local643 __io_queue_proc(&apoll->poll, pt, head, &apoll->double_poll); in io_async_queue_proc()658 struct async_poll *apoll; in io_req_alloc_apoll() local661 apoll = req->apoll; in io_req_alloc_apoll()662 kfree(apoll->double_poll); in io_req_alloc_apoll()665 apoll = io_cache_alloc(&ctx->apoll_cache, GFP_ATOMIC); in io_req_alloc_apoll()667 apoll = kmalloc_obj(*apoll, GFP_ATOMIC); in io_req_alloc_apoll()668 if (!apoll) in io_req_alloc_apoll()[all …]
775 struct async_poll *apoll; member
266 adbhid_keyboard_input(unsigned char *data, int nb, int apoll) in adbhid_keyboard_input() argument