Home
last modified time | relevance | path

Searched refs:pending_io_count (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c3727 if (ioc->shost_recovery && ioc->pending_io_count) { in _base_recovery_check()
3728 ioc->pending_io_count = scsi_host_busy(ioc->shost); in _base_recovery_check()
3729 if (ioc->pending_io_count == 0) in _base_recovery_check()
7712 ioc->pending_io_count = 0; in mpt3sas_wait_for_commands_to_complete()
7719 ioc->pending_io_count = scsi_host_busy(ioc->shost); in mpt3sas_wait_for_commands_to_complete()
7721 if (!ioc->pending_io_count) in mpt3sas_wait_for_commands_to_complete()
7725 wait_event_timeout(ioc->reset_wq, ioc->pending_io_count == 0, 10 * HZ); in mpt3sas_wait_for_commands_to_complete()
H A Dmpt3sas_base.h1136 * @pending_io_count:
1371 int pending_io_count; member
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c4002 if (ioc->shost_recovery && ioc->pending_io_count) { in _base_recovery_check()
4003 ioc->pending_io_count = scsi_host_busy(ioc->shost); in _base_recovery_check()
4004 if (ioc->pending_io_count == 0) in _base_recovery_check()
8761 ioc->pending_io_count = 0; in mpt3sas_wait_for_commands_to_complete()
8768 ioc->pending_io_count = scsi_host_busy(ioc->shost); in mpt3sas_wait_for_commands_to_complete()
8770 if (!ioc->pending_io_count) in mpt3sas_wait_for_commands_to_complete()
8774 wait_event_timeout(ioc->reset_wq, ioc->pending_io_count == 0, 10 * HZ); in mpt3sas_wait_for_commands_to_complete()
H A Dmpt3sas_base.h1271 * @pending_io_count:
1517 int pending_io_count; member

Completed in 25 milliseconds