Lines Matching refs:state
255 * This function recovers queue into the state before quiescing
733 WRITE_ONCE(rq->state, MQ_RQ_IDLE);
916 !test_bit(GD_DEAD, &req->q->disk->state)) {
1014 * generated by the state machine in blk-flush.c is cloned onto the
1109 WRITE_ONCE(rq->state, MQ_RQ_IDLE);
1203 WRITE_ONCE(rq->state, MQ_RQ_COMPLETE);
1266 WRITE_ONCE(rq->state, MQ_RQ_IN_FLIGHT);
1442 WRITE_ONCE(rq->state, MQ_RQ_IDLE);
2262 * Check if the request queue is not in a quiesced state and if there are
2400 set_bit(BLK_MQ_S_STOPPED, &hctx->state);
2425 clear_bit(BLK_MQ_S_STOPPED, &hctx->state);
2446 clear_bit(BLK_MQ_S_STOPPED, &hctx->state);
3409 WRITE_ONCE(rq->state, MQ_RQ_IDLE);
3543 set_bit(BLK_MQ_S_INACTIVE, &hctx->state);
3566 clear_bit(BLK_MQ_S_INACTIVE, &hctx->state);
4169 set_bit(GD_OWNS_QUEUE, &disk->state);
4836 long state = get_current_state();
4846 if (signal_pending_state(state, current))