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