Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dio_uring.c2483 static inline bool io_has_work(struct io_ring_ctx *ctx) in io_has_work() function
2511 if (io_should_wake(iowq) || io_has_work(iowq->ctx)) in io_wake_function()
3050 if (__io_cqring_events_user(ctx) || io_has_work(ctx)) in io_uring_poll()