Searched refs:host_busy (Results 1 – 8 of 8) sorted by relevance
554 atomic_t host_busy; /* commands actually active on low-level */ member
426 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()
123 4. Wakes up SCSI EH thread if shost->host_busy == shost->host_failed132 becomes equal to the number of failed scmds - i.e. shost->host_busy ==435 - shost->host_failed == shost->host_busy
357 did_no_connect. With the fix, it returns host_busy
563 return atomic_read(&shost->host_busy); in scsi_host_busy()
337 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()
387 static DEVICE_ATTR(host_busy, S_IRUGO, show_host_busy, NULL);
845 volatile unsigned long host_busy; member