Searched refs:sbt2 (Results 1 – 2 of 2) sorted by relevance
646 sbintime_t sbt1, sbt2; in softclock_call_cc() local733 sbt2 = sbinuptime(); in softclock_call_cc()734 sbt2 -= sbt1; in softclock_call_cc()735 if (sbt2 > maxdt) { in softclock_call_cc()736 if (lastfunc != c_func || sbt2 > maxdt * 2) { in softclock_call_cc()737 ts2 = sbttots(sbt2); in softclock_call_cc()742 maxdt = sbt2; in softclock_call_cc()
606 #define TIMESEL(sbt, sbt2) \ argument607 (((sbt2) >= sbt_timethreshold) ? \