Searched refs:maxdt (Results 1 – 1 of 1) sorted by relevance
618 static sbintime_t maxdt = 2 * SBT_1MS; /* 2 msec */ in softclock_call_cc() local691 if (sbt2 > maxdt) { in softclock_call_cc()692 if (lastfunc != c_func || sbt2 > maxdt * 2) { in softclock_call_cc()698 maxdt = sbt2; in softclock_call_cc()