Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dtime.h514 extern sbintime_t sbt_tickthreshold;
/f-stack/freebsd/kern/
H A Dkern_tc.c130 sbintime_t sbt_tickthreshold; variable
1900 sbt_tickthreshold = bttosbt(bt_tickthreshold); in tc_adjprecision()
H A Dkern_timeout.c847 if ((flags & C_HARDCLOCK) != 0 || sbt >= sbt_tickthreshold) { in callout_when()