Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dsqpoll.c158 static inline bool io_sqd_events_pending(struct io_sq_data *sqd) in io_sqd_events_pending() function
303 if (io_sqd_events_pending(sqd) || signal_pending(current)) { in io_sq_thread()
339 if (!io_sqd_events_pending(sqd) && !io_sq_tw_pending(retry_list)) { in io_sq_thread()