Lines Matching defs:busy
126 * Set the appropriate busy bit for the device/host.
128 * If the host/device isn't busy, assume that something actually
209 * We do this for one of two cases. Either the host is busy and it cannot accept
313 unsigned int busy = scsi_host_busy(shost);
317 scsi_eh_wakeup(shost, busy);
1262 unsigned int busy;
1264 busy = atomic_inc_return(&sdev->device_busy) - 1;
1266 if (busy)
1278 if (busy >= sdev->queue_depth)
1295 unsigned int busy;
1311 busy = atomic_inc_return(&starget->target_busy) - 1;
1313 if (busy)
1326 if (busy >= starget->can_queue)
1397 * For efficiency, no lock is taken to check the busy state of
1403 * needs to return 'not busy'. Otherwise, request stacking drivers
1417 * Ignore host/starget busy state.
1851 .busy = scsi_mq_lld_busy,
1879 .busy = scsi_mq_lld_busy,