Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dsqpoll.c24 IO_SQ_THREAD_SHOULD_STOP = 0, enumerator
58 WARN_ON_ONCE(test_bit(IO_SQ_THREAD_SHOULD_STOP, &sqd->state)); in io_sq_thread_stop()
60 set_bit(IO_SQ_THREAD_SHOULD_STOP, &sqd->state); in io_sq_thread_stop()
220 return did_sig || test_bit(IO_SQ_THREAD_SHOULD_STOP, &sqd->state); in io_sqd_handle_event()