block\blk-mq.h
static
inline
bool
blk_mq_hctx_stopped(
struct
blk_mq_hw_ctx *hctx)
{
return
test_bit(BLK_MQ_S_STOPPED, &hctx->state);
}