Home
last modified time | relevance | path

Searched refs:apoll (Results 1 – 3 of 3) 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()
641 struct async_poll *apoll = pt->req->apoll; in io_async_queue_proc() local
643 __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() local
661 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 …]
/linux/include/linux/
H A Dio_uring_types.h775 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