Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/ublk/
H A Dkublk.c835 io->flags, !!(t->state & UBLKS_T_STOPPING)); in ublk_queue_io_cmd()
891 return (t->state & UBLKS_T_STOPPING) && ublk_thread_is_idle(t) && !t->cmd_inflight; in ublk_thread_is_done()
913 !(t->state & UBLKS_T_STOPPING); in ublk_handle_uring_cmd()
920 t->state |= UBLKS_T_STOPPING; in ublk_handle_uring_cmd()
965 (t->state & UBLKS_T_STOPPING)); in ublk_handle_cqe()
1002 (t->state & UBLKS_T_STOPPING)); in ublk_process_io()
1017 ret, reapped, (t->state & UBLKS_T_STOPPING), in ublk_process_io()
H A Dkublk.h250 #define UBLKS_T_STOPPING (1U << 0) macro
H A Dbatch.c447 t->state |= UBLKS_T_STOPPING; in ublk_batch_compl_cmd()