Searched refs:host_busy (Results 1 – 8 of 8) sorted by relevance
559 atomic_t host_busy; /* commands actually active on low-level */ member
415 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()
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
572 return atomic_read(&shost->host_busy); in scsi_host_busy()
348 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()
387 static DEVICE_ATTR(host_busy, S_IRUGO, show_host_busy, NULL);
835 volatile unsigned long host_busy; member