Searched refs:UBLKS_T_STOPPING (Results 1 – 2 of 2) sorted by relevance
652 io->flags, !!(t->state & UBLKS_T_STOPPING)); in ublk_queue_io_cmd()704 return (t->state & UBLKS_T_STOPPING) && ublk_thread_is_idle(t); in ublk_thread_is_done()726 !(t->state & UBLKS_T_STOPPING); in ublk_handle_uring_cmd()731 t->state |= UBLKS_T_STOPPING; in ublk_handle_uring_cmd()771 (t->state & UBLKS_T_STOPPING)); in ublk_handle_cqe()807 (t->state & UBLKS_T_STOPPING)); in ublk_process_io()816 ret, reapped, (t->state & UBLKS_T_STOPPING), in ublk_process_io()
182 #define UBLKS_T_STOPPING (1U << 0) macro
Completed in 7 milliseconds