Searched refs:io_should_wake (Results 1 – 3 of 3) sorted by relevance
27 if (io_should_wake(iowq) || io_has_work(iowq->ctx)) in io_wake_function() 179 if (unlikely(io_should_wake(iowq))) in io_cqring_wait_schedule() 272 * Run task_work after scheduling and before io_should_wake(). in io_cqring_wait() 303 if (io_should_wake(&iowq)) { in io_cqring_wait()
157 if (io_should_wake(iowq) || io_has_work(iowq->ctx)) in io_napi_busy_loop_should_end()
152 static inline bool io_should_wake(struct io_wait_queue *iowq) in io_should_wake() function