Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Dio_uring.c4859 static int __io_async_wake(struct io_kiocb *req, struct io_poll_iocb *poll, in __io_async_wake() function
5119 return __io_async_wake(req, poll, key_to_poll(key), io_async_task_func); in io_async_wake()
5363 return __io_async_wake(req, poll, key_to_poll(key), io_poll_task_func); in io_poll_wake()