Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Dio_uring.c5244 static int __io_async_wake(struct io_kiocb *req, struct io_poll_iocb *poll, in __io_async_wake() function
5535 return __io_async_wake(req, poll, key_to_poll(key), io_async_task_func); in io_async_wake()
5803 return __io_async_wake(req, poll, key_to_poll(key), io_poll_task_func); in io_poll_wake()