Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dsqpoll.c163 static inline bool io_sqd_events_pending(struct io_sq_data *sqd) in io_sqd_events_pending() function
256 if (io_sqd_events_pending(sqd) || signal_pending(current)) { in io_sq_thread()
285 if (!io_sqd_events_pending(sqd) && !task_work_pending(current)) { in io_sq_thread()