Searched refs:apoll (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/io_uring/ |
H A D | poll.c | 109 return req->apoll->double_poll; in io_poll_get_double() 116 return &req->apoll->poll; in io_poll_get_single() 196 * into the poll/apoll/double cachelines if we can. in io_poll_remove_entries() 657 struct async_poll *apoll = pt->req->apoll; in io_async_queue_proc() local 659 __io_queue_proc(&apoll->poll, pt, head, &apoll->double_poll); in io_async_queue_proc() 675 struct async_poll *apoll; in io_req_alloc_apoll() local 678 apoll = req->apoll; in io_req_alloc_apoll() 703 struct async_poll *apoll; io_arm_poll_handler() local [all...] |
H A D | io_uring.c | 385 if ((req->flags & REQ_F_POLLED) && req->apoll) { in io_clean_op() 386 kfree(req->apoll->double_poll); in io_clean_op() 387 kfree(req->apoll); in io_clean_op() 388 req->apoll = NULL; in io_clean_op() 1502 if ((req->flags & REQ_F_POLLED) && req->apoll) { 1503 struct async_poll *apoll = req->apoll; variable 1505 if (apoll->double_poll) 1506 kfree(apoll->double_poll); 1507 if (!io_alloc_cache_put(&ctx->apoll_cache, &apoll 1508 kfree(apoll); global() variable [all...] |
/kernel/linux/linux-5.10/io_uring/ |
H A D | io_uring.c | 886 struct async_poll *apoll; member 5401 return req->apoll->double_poll; in io_poll_get_double() 5408 return &req->apoll->poll; in io_poll_get_single() 5784 struct async_poll *apoll = pt->req->apoll; in io_async_queue_proc() local 5786 __io_queue_proc(&apoll->poll, pt, head, &apoll->double_poll); in io_async_queue_proc() 5807 struct async_poll *apoll; in io_arm_poll_handler() local 5829 apoll = req->apoll; in io_arm_poll_handler() [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | io_uring_types.h | 576 /* cache ->apoll->events */ 586 struct async_poll *apoll; member
|
/kernel/linux/linux-5.10/drivers/macintosh/ |
H A D | adbhid.c | 266 adbhid_keyboard_input(unsigned char *data, int nb, int apoll) in adbhid_keyboard_input() argument
|
/kernel/linux/linux-6.6/drivers/macintosh/ |
H A D | adbhid.c | 266 adbhid_keyboard_input(unsigned char *data, int nb, int apoll) in adbhid_keyboard_input() argument
|
Completed in 25 milliseconds