Searched refs:io_should_wake (Results 1 - 3 of 3) sorted by last modified time

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

Completed in 286 milliseconds