Home
last modified time | relevance | path

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

/linux-6.12.1/io_uring/
Dsqpoll.c165 static inline bool io_sqd_events_pending(struct io_sq_data *sqd) in io_sqd_events_pending() function
306 if (io_sqd_events_pending(sqd) || signal_pending(current)) { in io_sq_thread()
342 if (!io_sqd_events_pending(sqd) && !io_sq_tw_pending(retry_list)) { in io_sq_thread()