Home
last modified time | relevance | path

Searched refs:host_busy (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/ide/
Dide-io.c429 rc = test_and_set_bit_lock(IDE_HOST_BUSY, &host->host_busy); in ide_lock_host()
443 clear_bit_unlock(IDE_HOST_BUSY, &host->host_busy); in ide_unlock_host()
/Linux-v5.10/Documentation/scsi/
Dscsi_eh.rst137 4. Wakes up SCSI EH thread if shost->host_busy == shost->host_failed
146 becomes equal to the number of failed scmds - i.e. shost->host_busy ==
470 - shost->host_failed == shost->host_busy
DChangeLog.lpfc357 did_no_connect. With the fix, it returns host_busy
/Linux-v5.10/include/linux/
Dide.h845 volatile unsigned long host_busy; member
/Linux-v5.10/drivers/scsi/
Dscsi_sysfs.c387 static DEVICE_ATTR(host_busy, S_IRUGO, show_host_busy, NULL);