Lines Matching defs:sdebug_every_nth
739 static int sdebug_every_nth = DEF_EVERY_NTH;
5366 modulo = abs(sdebug_every_nth);
5385 if (sdebug_every_nth == 0)
5387 return (atomic_read(&sdebug_cmnd_count) % abs(sdebug_every_nth)) == 0;
5437 } else if (unlikely(sdebug_every_nth &&
5442 abs(sdebug_every_nth))) {
5615 module_param_named(every_nth, sdebug_every_nth, int, S_IRUGO | S_IWUSR);
5778 if (sdebug_every_nth != 0)
5796 sdebug_opts, sdebug_every_nth);
6123 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_every_nth);
6143 sdebug_every_nth = nth;
7196 if (0 == (atomic_read(&sdebug_cmnd_count) % abs(sdebug_every_nth))) {
7197 if (sdebug_every_nth < -1)
7198 sdebug_every_nth = -1;
7384 if (unlikely(sdebug_every_nth)) {
7533 if (sdebug_every_nth) /* need stats counters for every_nth */