Searched refs:pending_io_count (Results 1 – 4 of 4) sorted by relevance
1812 if (ioc->shost_recovery && ioc->pending_io_count) { in mpt2sas_base_free_smid()1813 if (ioc->pending_io_count == 1) in mpt2sas_base_free_smid()1815 ioc->pending_io_count--; in mpt2sas_base_free_smid()4777 ioc->pending_io_count = 0; in _wait_for_commands_to_complete()4789 ioc->pending_io_count++; in _wait_for_commands_to_complete()4792 if (!ioc->pending_io_count) in _wait_for_commands_to_complete()4796 wait_event_timeout(ioc->reset_wq, ioc->pending_io_count == 0, 10 * HZ); in _wait_for_commands_to_complete()
938 int pending_io_count; member
2091 if (ioc->shost_recovery && ioc->pending_io_count) { in mpt3sas_base_free_smid()2092 if (ioc->pending_io_count == 1) in mpt3sas_base_free_smid()2094 ioc->pending_io_count--; in mpt3sas_base_free_smid()4900 ioc->pending_io_count = 0; in _wait_for_commands_to_complete()4912 ioc->pending_io_count++; in _wait_for_commands_to_complete()4915 if (!ioc->pending_io_count) in _wait_for_commands_to_complete()4919 wait_event_timeout(ioc->reset_wq, ioc->pending_io_count == 0, 10 * HZ); in _wait_for_commands_to_complete()
881 int pending_io_count; member