Searched refs:io_should_wake (Results 1 - 3 of 3) sorted by relevance

/linux-master/io_uring/
H A Dnapi.c125 if (io_should_wake(iowq) || io_has_work(iowq->ctx))
H A Dio_uring.h51 static inline bool io_should_wake(struct io_wait_queue *iowq) function
274 * won't necessarily wake up all the tasks, io_should_wake() will make
H A Dio_uring.c2522 if (io_should_wake(iowq) || io_has_work(iowq->ctx))
2564 if (unlikely(io_should_wake(iowq)))
2656 * Run task_work after scheduling and before io_should_wake().
2687 if (io_should_wake(&iowq)) {

Completed in 221 milliseconds