Searched refs:sdebug_cmnd_count (Results 1 – 1 of 1) sorted by relevance
306 static atomic_t sdebug_cmnd_count; /* number of incoming commands */ variable4216 count = atomic_read(&sdebug_cmnd_count); in tweak_cmnd_count()4217 atomic_set(&sdebug_cmnd_count, (count / modulo) * modulo); in tweak_cmnd_count()4223 atomic_set(&sdebug_cmnd_count, 0); in clear_queue_stats()4232 if ((atomic_read(&sdebug_cmnd_count) % abs(sdebug_every_nth)) > 0) { in setup_inject()4598 atomic_read(&sdebug_cmnd_count), in scsi_debug_show_info()5566 if (0 == (atomic_read(&sdebug_cmnd_count) % abs(sdebug_every_nth))) { in fake_timeout()5581 (atomic_read(&sdebug_cmnd_count) % abs(sdebug_every_nth)) == 0; in fake_host_busy()5604 atomic_inc(&sdebug_cmnd_count); in scsi_debug_queuecommand()