Searched refs:host_busy (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/drivers/scsi/
H A Dscsi_lib.c314 atomic_dec(&shost->host_busy); scsi_device_unbusy()
405 atomic_read(&shost->host_busy) >= shost->can_queue) scsi_host_is_busy()
1509 busy = atomic_inc_return(&shost->host_busy) - 1; scsi_host_queue_ready()
1546 atomic_dec(&shost->host_busy); scsi_host_queue_ready()
1611 atomic_inc(&shost->host_busy); scsi_kill_request()
2020 atomic_dec(&shost->host_busy); scsi_queue_rq()
H A Dscsi_sysfs.c351 return snprintf(buf, 20, "%d\n", atomic_read(&shost->host_busy)); show_host_busy()
353 static DEVICE_ATTR(host_busy, S_IRUGO, show_host_busy, NULL);
H A Dscsi_error.c63 if (atomic_read(&shost->host_busy) == shost->host_failed) { scsi_eh_wakeup()
2184 shost->host_failed != atomic_read(&shost->host_busy)) { scsi_error_handler()
2199 atomic_read(&shost->host_busy))); scsi_error_handler()
H A Dqlogicpti.c962 host->can_queue = atomic_read(&host->host_busy) + num_free; update_can_queue()
H A Dscsi.c575 atomic_read(&cmd->device->host->host_busy), scsi_log_completion()
H A Dadvansys.c2514 printk(" host_busy %u, host_no %d,\n", asc_prt_scsi_host()
2515 atomic_read(&s->host_busy), s->host_no); asc_prt_scsi_host()
3338 " host_busy %u, max_id %u, max_lun %llu, max_channel %u\n", asc_prt_driver_conf()
3339 atomic_read(&shost->host_busy), shost->max_id, asc_prt_driver_conf()
/linux-4.1.27/drivers/ide/
H A Dide-io.c415 rc = test_and_set_bit_lock(IDE_HOST_BUSY, &host->host_busy); ide_lock_host()
429 clear_bit_unlock(IDE_HOST_BUSY, &host->host_busy); ide_unlock_host()
/linux-4.1.27/drivers/scsi/libsas/
H A Dsas_scsi_host.c760 __func__, atomic_read(&shost->host_busy), shost->host_failed); sas_scsi_recover_host()
802 __func__, atomic_read(&shost->host_busy), sas_scsi_recover_host()
/linux-4.1.27/include/scsi/
H A Dscsi_host.h581 atomic_t host_busy; /* commands actually active on low-level */ member in struct:Scsi_Host
/linux-4.1.27/include/linux/
H A Dide.h791 volatile unsigned long host_busy; member in struct:ide_host

Completed in 293 milliseconds