Searched refs:ublk_thread_is_idle (Results 1 – 1 of 1) sorted by relevance
820 static int ublk_thread_is_idle(struct ublk_thread *t) in ublk_thread_is_idle() function827 return (t->state & UBLKS_T_STOPPING) && ublk_thread_is_idle(t) && !t->cmd_inflight; in ublk_thread_is_done()