Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Dio_uring.c882 struct async_poll *apoll; member
5297 return req->apoll->double_poll; in io_poll_get_double()
5304 return &req->apoll->poll; in io_poll_get_single()
5498 struct async_poll *apoll = pt->req->apoll; in io_async_queue_proc() local
5500 __io_queue_proc(&apoll->poll, pt, head, &apoll->double_poll); in io_async_queue_proc()
5505 struct async_poll *apoll = req->apoll; in io_async_task_func() local
5510 if (io_poll_rewait(req, &apoll->poll)) { in io_async_task_func()
5517 apoll->poll.done = true; in io_async_task_func()
5520 if (!READ_ONCE(apoll->poll.canceled)) in io_async_task_func()
5530 struct io_poll_iocb *poll = &req->apoll->poll; in io_async_wake()
[all …]
/Linux-v5.15/drivers/macintosh/
Dadbhid.c266 adbhid_keyboard_input(unsigned char *data, int nb, int apoll) in adbhid_keyboard_input() argument