Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dio_uring.c2489 static inline bool io_should_wake(struct io_wait_queue *iowq) in io_should_wake() function
2511 if (io_should_wake(iowq) || io_has_work(iowq->ctx)) in io_wake_function()
2553 if (unlikely(io_should_wake(iowq))) in io_cqring_wait_schedule()
2672 if (io_should_wake(&iowq)) { in io_cqring_wait()