Searched refs:sdebug_every_nth (Results 1 – 1 of 1) sorted by relevance
748 static int sdebug_every_nth = DEF_EVERY_NTH; variable5557 modulo = abs(sdebug_every_nth); in tweak_cmnd_count()5576 if (sdebug_every_nth == 0) in inject_on_this_cmd()5578 return (atomic_read(&sdebug_cmnd_count) % abs(sdebug_every_nth)) == 0; in inject_on_this_cmd()5629 } else if (unlikely(sdebug_every_nth && in schedule_resp()5634 abs(sdebug_every_nth))) { in schedule_resp()5828 module_param_named(every_nth, sdebug_every_nth, int, S_IRUGO | S_IWUSR);5999 if (sdebug_every_nth != 0) in scsi_debug_write_info()6017 sdebug_opts, sdebug_every_nth); in scsi_debug_show_info()6345 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_every_nth); in every_nth_show()[all …]