Searched refs:SCMD_STATE_INFLIGHT (Results 1 – 4 of 4) sorted by relevance
66 #define SCMD_STATE_INFLIGHT 1 macro
279 __clear_bit(SCMD_STATE_INFLIGHT, &cmd->state); in scsi_dec_host_busy()1374 __set_bit(SCMD_STATE_INFLIGHT, &cmd->state); in scsi_host_queue_ready()1554 bool in_flight = test_bit(SCMD_STATE_INFLIGHT, &cmd->state); in scsi_prepare_cmd()1571 __set_bit(SCMD_STATE_INFLIGHT, &cmd->state); in scsi_prepare_cmd()
591 if (test_bit(SCMD_STATE_INFLIGHT, &cmd->state)) in scsi_host_check_in_flight()
7444 if (!test_bit(SCMD_STATE_INFLIGHT, &cmd->state)) in sdebug_blk_mq_poll_iter()