Searched refs:BLK_MQ_S_TAG_ACTIVE (Results 1 - 3 of 3) sorted by last modified time

/linux-master/include/linux/
H A Dblk-mq.h668 BLK_MQ_S_TAG_ACTIVE = 1, enumerator in enum:__anon2068
/linux-master/block/
H A Dblk-mq.h403 if (!test_bit(BLK_MQ_S_TAG_ACTIVE, &hctx->state))
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))

Completed in 166 milliseconds