Home
last modified time | relevance | path

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

/Linux-v5.4/include/scsi/
Dscsi_host.h554 atomic_t host_busy; /* commands actually active on low-level */ member
/Linux-v5.4/drivers/ide/
Dide-io.c426 rc = test_and_set_bit_lock(IDE_HOST_BUSY, &host->host_busy); in ide_lock_host()
440 clear_bit_unlock(IDE_HOST_BUSY, &host->host_busy); in ide_unlock_host()
/Linux-v5.4/Documentation/scsi/
Dscsi_eh.txt123 4. Wakes up SCSI EH thread if shost->host_busy == shost->host_failed
132 becomes equal to the number of failed scmds - i.e. shost->host_busy ==
435 - shost->host_failed == shost->host_busy
DChangeLog.lpfc357 did_no_connect. With the fix, it returns host_busy
/Linux-v5.4/drivers/scsi/
Dhosts.c563 return atomic_read(&shost->host_busy); in scsi_host_busy()
Dscsi_lib.c337 atomic_dec(&shost->host_busy); in scsi_dec_host_busy()
434 atomic_read(&shost->host_busy) >= shost->can_queue) in scsi_host_is_busy()
1377 busy = atomic_inc_return(&shost->host_busy) - 1; in scsi_host_queue_ready()
Dscsi_sysfs.c387 static DEVICE_ATTR(host_busy, S_IRUGO, show_host_busy, NULL);
/Linux-v5.4/include/linux/
Dide.h845 volatile unsigned long host_busy; member