Home
last modified time | relevance | path

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

/Linux-v4.19/include/scsi/
Dscsi_host.h559 atomic_t host_busy; /* commands actually active on low-level */ member
/Linux-v4.19/drivers/ide/
Dide-io.c415 rc = test_and_set_bit_lock(IDE_HOST_BUSY, &host->host_busy); in ide_lock_host()
429 clear_bit_unlock(IDE_HOST_BUSY, &host->host_busy); in ide_unlock_host()
/Linux-v4.19/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-v4.19/drivers/scsi/
Dhosts.c572 return atomic_read(&shost->host_busy); in scsi_host_busy()
Dscsi_lib.c348 atomic_dec(&shost->host_busy); in scsi_dec_host_busy()
448 atomic_read(&shost->host_busy) >= shost->can_queue) in scsi_host_is_busy()
1603 busy = atomic_inc_return(&shost->host_busy) - 1; in scsi_host_queue_ready()
1705 atomic_inc(&shost->host_busy); in scsi_kill_request()
Dscsi_sysfs.c387 static DEVICE_ATTR(host_busy, S_IRUGO, show_host_busy, NULL);
/Linux-v4.19/include/linux/
Dide.h835 volatile unsigned long host_busy; member