Searched refs:device_blocked (Results 1 – 4 of 4) sorted by relevance
185 if (atomic_read(&sdev->device_blocked)) in scsi_finish_command()186 atomic_set(&sdev->device_blocked, 0); in scsi_finish_command()
144 atomic_set(&device->device_blocked, in scsi_set_blocked()389 if (atomic_read(&sdev->device_blocked) > 0) in scsi_device_is_busy()1263 if (atomic_read(&sdev->device_blocked)) { in scsi_dev_queue_ready()1270 if (atomic_dec_return(&sdev->device_blocked) > 0) in scsi_dev_queue_ready()
691 return snprintf(buf, 20, "%d\n", atomic_read(&sdev->device_blocked)); in sdev_show_device_blocked()693 static DEVICE_ATTR(device_blocked, S_IRUGO, sdev_show_device_blocked, NULL);
110 atomic_t device_blocked; /* Device returned QUEUE_FULL. */ member