Searched refs:pending_io_count (Results 1 – 2 of 2) sorted by relevance
2362 if (ioc->shost_recovery && ioc->pending_io_count) { in mpt3sas_base_free_smid()2363 if (ioc->pending_io_count == 1) in mpt3sas_base_free_smid()2365 ioc->pending_io_count--; in mpt3sas_base_free_smid()5498 ioc->pending_io_count = 0; in _wait_for_commands_to_complete()5510 ioc->pending_io_count++; in _wait_for_commands_to_complete()5513 if (!ioc->pending_io_count) in _wait_for_commands_to_complete()5517 wait_event_timeout(ioc->reset_wq, ioc->pending_io_count == 0, 10 * HZ); in _wait_for_commands_to_complete()
1080 int pending_io_count; member