Lines Matching defs:sdebug_every_nth
748 static int sdebug_every_nth = DEF_EVERY_NTH;
5475 modulo = abs(sdebug_every_nth);
5497 if (sdebug_every_nth == 0)
5499 return (atomic_read(&sdebug_cmnd_count) % abs(sdebug_every_nth)) == 0;
5562 if (unlikely(sdebug_every_nth && (SDEBUG_OPT_RARE_TSF & sdebug_opts) &&
5569 abs(sdebug_every_nth))) {
5714 module_param_named(every_nth, sdebug_every_nth, int, S_IRUGO | S_IWUSR);
5883 if (sdebug_every_nth != 0)
5926 sdebug_opts, sdebug_every_nth);
6263 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_every_nth);
6283 sdebug_every_nth = nth;
7333 if (0 == (atomic_read(&sdebug_cmnd_count) % abs(sdebug_every_nth))) {
7334 if (sdebug_every_nth < -1)
7335 sdebug_every_nth = -1;
7632 if (unlikely(sdebug_every_nth)) {
7818 if (sdebug_every_nth) /* need stats counters for every_nth */