Home
last modified time | relevance | path

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

/linux-6.12.1/io_uring/
Dnapi.c130 if (io_should_wake(iowq) || io_has_work(iowq->ctx)) in io_napi_busy_loop_should_end()
Dio_uring.h466 static inline bool io_has_work(struct io_ring_ctx *ctx) in io_has_work() function
Dio_uring.c2354 if (io_should_wake(iowq) || io_has_work(iowq->ctx)) in io_wake_function()
2407 if (io_has_work(ctx)) in io_cqring_min_timer_wakeup()
2852 if (__io_cqring_events_user(ctx) || io_has_work(ctx)) in io_uring_poll()