Searched refs:sdebug_cmnd_count (Results 1 – 1 of 1) sorted by relevance
310 static atomic_t sdebug_cmnd_count; /* number of incoming commands */ variable4305 count = atomic_read(&sdebug_cmnd_count); in tweak_cmnd_count()4306 atomic_set(&sdebug_cmnd_count, (count / modulo) * modulo); in tweak_cmnd_count()4312 atomic_set(&sdebug_cmnd_count, 0); in clear_queue_stats()4321 if ((atomic_read(&sdebug_cmnd_count) % abs(sdebug_every_nth)) > 0) { in setup_inject()4685 atomic_read(&sdebug_cmnd_count), in scsi_debug_show_info()5653 if (0 == (atomic_read(&sdebug_cmnd_count) % abs(sdebug_every_nth))) { in fake_timeout()5668 (atomic_read(&sdebug_cmnd_count) % abs(sdebug_every_nth)) == 0; in fake_host_busy()5691 atomic_inc(&sdebug_cmnd_count); in scsi_debug_queuecommand()