Home
last modified time | relevance | path

Searched refs:apoll (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c890 struct async_poll *apoll; member
5241 return req->apoll->double_poll; in io_poll_get_double()
5248 return &req->apoll->poll; in io_poll_get_single()
5623 struct async_poll *apoll = pt->req->apoll; in io_async_queue_proc() local
5625 __io_queue_proc(&apoll->poll, pt, head, &apoll->double_poll); in io_async_queue_proc()
5638 struct async_poll *apoll; in io_arm_poll_handler() local
5661 apoll = kmalloc(sizeof(*apoll), GFP_ATOMIC); in io_arm_poll_handler()
5662 if (unlikely(!apoll)) in io_arm_poll_handler()
5664 apoll->double_poll = NULL; in io_arm_poll_handler()
5665 req->apoll = apoll; in io_arm_poll_handler()
[all …]
/OK3568_Linux_fs/kernel/drivers/macintosh/
H A Dadbhid.c266 adbhid_keyboard_input(unsigned char *data, int nb, int apoll) in adbhid_keyboard_input() argument