Searched refs:maxdt (Results 1 – 2 of 2) sorted by relevance
399 static sbintime_t maxdt = 2 * SBT_1MS; /* 2 msec */ in softclock_call_cc() local473 if (sbt2 > maxdt) { in softclock_call_cc()474 if (lastfunc != c_func || sbt2 > maxdt * 2) { in softclock_call_cc()480 maxdt = sbt2; in softclock_call_cc()
629 static sbintime_t maxdt = 2 * SBT_1MS; /* 2 msec */ in softclock_call_cc() local702 if (sbt2 > maxdt) { in softclock_call_cc()703 if (lastfunc != c_func || sbt2 > maxdt * 2) { in softclock_call_cc()709 maxdt = sbt2; in softclock_call_cc()