Searched refs:SCMD_STATE_INFLIGHT (Results 1 – 5 of 5) sorted by relevance
66 #define SCMD_STATE_INFLIGHT 1 macro
377 __clear_bit(SCMD_STATE_INFLIGHT, &cmd->state); in scsi_dec_host_busy()1488 __set_bit(SCMD_STATE_INFLIGHT, &cmd->state); in scsi_host_queue_ready()1676 bool in_flight = test_bit(SCMD_STATE_INFLIGHT, &cmd->state); in scsi_prepare_cmd()1693 __set_bit(SCMD_STATE_INFLIGHT, &cmd->state); in scsi_prepare_cmd()
615 if (test_bit(SCMD_STATE_INFLIGHT, &cmd->state)) in scsi_host_check_in_flight()
314 WARN_ON_ONCE(!test_bit(SCMD_STATE_INFLIGHT, &scmd->state)); in scsi_eh_scmd_add()
9129 if (!test_bit(SCMD_STATE_INFLIGHT, &cmd->state)) in sdebug_blk_mq_poll_iter()