Searched refs:SCMD_STATE_INFLIGHT (Results 1 – 5 of 5) sorted by relevance
66 #define SCMD_STATE_INFLIGHT 1 macro
371 __clear_bit(SCMD_STATE_INFLIGHT, &cmd->state); in scsi_dec_host_busy()1452 __set_bit(SCMD_STATE_INFLIGHT, &cmd->state); in scsi_host_queue_ready()1632 bool in_flight = test_bit(SCMD_STATE_INFLIGHT, &cmd->state); in scsi_prepare_cmd()1649 __set_bit(SCMD_STATE_INFLIGHT, &cmd->state); in scsi_prepare_cmd()
596 if (test_bit(SCMD_STATE_INFLIGHT, &cmd->state)) in scsi_host_check_in_flight()
305 WARN_ON_ONCE(!test_bit(SCMD_STATE_INFLIGHT, &scmd->state)); in scsi_eh_scmd_add()
8355 if (!test_bit(SCMD_STATE_INFLIGHT, &cmd->state)) in sdebug_blk_mq_poll_iter()
Completed in 34 milliseconds