Lines Matching refs:state
250 * This function recovers queue into the state before quiescing
549 WRITE_ONCE(rq->state, MQ_RQ_IDLE);
684 WRITE_ONCE(rq->state, MQ_RQ_COMPLETE);
766 WRITE_ONCE(rq->state, MQ_RQ_IN_FLIGHT);
785 WRITE_ONCE(rq->state, MQ_RQ_IDLE);
1661 * Check if the request queue is not in a quiesced state and if there are
1759 set_bit(BLK_MQ_S_STOPPED, &hctx->state);
1784 clear_bit(BLK_MQ_S_STOPPED, &hctx->state);
1805 clear_bit(BLK_MQ_S_STOPPED, &hctx->state);
2439 WRITE_ONCE(rq->state, MQ_RQ_IDLE);
2573 set_bit(BLK_MQ_S_INACTIVE, &hctx->state);
2596 clear_bit(BLK_MQ_S_INACTIVE, &hctx->state);
3962 long state;
3975 * the state. Like for the other success return cases, the
3985 state = current->state;
3998 if (signal_pending_state(state, current))
4001 if (current->state == TASK_RUNNING)