Lines Matching refs:sdebug_every_nth
742 static int sdebug_every_nth = DEF_EVERY_NTH; variable
5348 modulo = abs(sdebug_every_nth); in tweak_cmnd_count()
5367 if (sdebug_every_nth == 0) in inject_on_this_cmd()
5369 return (atomic_read(&sdebug_cmnd_count) % abs(sdebug_every_nth)) == 0; in inject_on_this_cmd()
5420 } else if (unlikely(sdebug_every_nth && in schedule_resp()
5425 abs(sdebug_every_nth))) { in schedule_resp()
5626 module_param_named(every_nth, sdebug_every_nth, int, S_IRUGO | S_IWUSR);
5791 if (sdebug_every_nth != 0) in scsi_debug_write_info()
5809 sdebug_opts, sdebug_every_nth); in scsi_debug_show_info()
6137 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_every_nth); in every_nth_show()
6157 sdebug_every_nth = nth; in every_nth_store()
7206 if (0 == (atomic_read(&sdebug_cmnd_count) % abs(sdebug_every_nth))) { in fake_timeout()
7207 if (sdebug_every_nth < -1) in fake_timeout()
7208 sdebug_every_nth = -1; in fake_timeout()
7509 if (unlikely(sdebug_every_nth)) { in scsi_debug_queuecommand()
7684 if (sdebug_every_nth) /* need stats counters for every_nth */ in sdebug_driver_probe()