Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dnapi.c157 if (io_should_wake(iowq) || io_has_work(iowq->ctx)) in io_napi_busy_loop_should_end()
H A Dio_uring.h153 static inline bool io_should_wake(struct io_wait_queue *iowq) in io_should_wake() function