Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Dio_uring.c701 struct async_poll *apoll; member
4928 return req->apoll->double_poll; in io_poll_get_double()
4935 return &req->apoll->poll; in io_poll_get_single()
5074 struct async_poll *apoll = pt->req->apoll; in io_async_queue_proc() local
5076 __io_queue_proc(&apoll->poll, pt, head, &apoll->double_poll); in io_async_queue_proc()
5082 struct async_poll *apoll = req->apoll; in io_async_task_func() local
5087 if (io_poll_rewait(req, &apoll->poll)) { in io_async_task_func()
5100 if (!READ_ONCE(apoll->poll.canceled)) in io_async_task_func()
5106 kfree(apoll->double_poll); in io_async_task_func()
5107 kfree(apoll); in io_async_task_func()
[all …]
/Linux-v5.10/drivers/macintosh/
Dadbhid.c266 adbhid_keyboard_input(unsigned char *data, int nb, int apoll) in adbhid_keyboard_input() argument