Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/sys/
HDtime.h515 extern sbintime_t sbt_tickthreshold;
/freebsd-14-stable/sys/kern/
HDkern_tc.c137 sbintime_t sbt_tickthreshold; variable
1952 sbt_tickthreshold = bttosbt(bt_tickthreshold); in tc_adjprecision()
HDkern_timeout.c889 if ((flags & C_HARDCLOCK) != 0 || sbt >= sbt_tickthreshold) { in callout_when()