Searched refs:sbt2 (Results 1 – 3 of 3) sorted by relevance
397 sbintime_t sbt1, sbt2; in softclock_call_cc() local471 sbt2 = sbinuptime(); in softclock_call_cc()472 sbt2 -= sbt1; in softclock_call_cc()473 if (sbt2 > maxdt) { in softclock_call_cc()474 if (lastfunc != c_func || sbt2 > maxdt * 2) { in softclock_call_cc()475 ts2 = sbttots(sbt2); in softclock_call_cc()480 maxdt = sbt2; in softclock_call_cc()
627 sbintime_t sbt1, sbt2; in softclock_call_cc() local700 sbt2 = sbinuptime(); in softclock_call_cc()701 sbt2 -= sbt1; in softclock_call_cc()702 if (sbt2 > maxdt) { in softclock_call_cc()703 if (lastfunc != c_func || sbt2 > maxdt * 2) { in softclock_call_cc()704 ts2 = sbttots(sbt2); in softclock_call_cc()709 maxdt = sbt2; in softclock_call_cc()
599 #define TIMESEL(sbt, sbt2) \ argument600 (((sbt2) >= sbt_timethreshold) ? \