Searched refs:BLK_MQ_S_TAG_ACTIVE (Results 1 - 3 of 3) sorted by relevance

/linux-master/block/
H A Dblk-mq-tag.c54 if (test_bit(BLK_MQ_S_TAG_ACTIVE, &hctx->state) ||
55 test_and_set_bit(BLK_MQ_S_TAG_ACTIVE, &hctx->state))
92 if (!test_and_clear_bit(BLK_MQ_S_TAG_ACTIVE, &hctx->state))
H A Dblk-mq.h434 if (!test_bit(BLK_MQ_S_TAG_ACTIVE, &hctx->state))
/linux-master/include/linux/
H A Dblk-mq.h668 BLK_MQ_S_TAG_ACTIVE = 1, enumerator in enum:__anon1883

Completed in 155 milliseconds