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.c23 IO_SQ_THREAD_SHOULD_STOP = 0, enumerator
57 WARN_ON_ONCE(test_bit(IO_SQ_THREAD_SHOULD_STOP, &sqd->state)); in io_sq_thread_stop()
59 set_bit(IO_SQ_THREAD_SHOULD_STOP, &sqd->state); in io_sq_thread_stop()
219 return did_sig || test_bit(IO_SQ_THREAD_SHOULD_STOP, &sqd->state); in io_sqd_handle_event()