Home
last modified time | relevance | path

Searched refs:maxdt (Results 1 – 1 of 1) sorted by relevance

/trueos/sys/kern/
HDkern_timeout.c618 static sbintime_t maxdt = 2 * SBT_1MS; /* 2 msec */ in softclock_call_cc() local
691 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()