Searched refs:pending_io_count (Results 1 – 2 of 2) sorted by relevance
1519 if (ioc->shost_recovery && ioc->pending_io_count) { in mpt2sas_base_free_smid()1520 if (ioc->pending_io_count == 1) in mpt2sas_base_free_smid()1522 ioc->pending_io_count--; in mpt2sas_base_free_smid()4066 ioc->pending_io_count = 0; in _wait_for_commands_to_complete()4078 ioc->pending_io_count++; in _wait_for_commands_to_complete()4081 if (!ioc->pending_io_count) in _wait_for_commands_to_complete()4085 wait_event_timeout(ioc->reset_wq, ioc->pending_io_count == 0, 10 * HZ); in _wait_for_commands_to_complete()
764 int pending_io_count; member