Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dtime.h513 extern sbintime_t sbt_tickthreshold;
/freebsd/sys/kern/
H A Dkern_tc.c137 sbintime_t sbt_tickthreshold; variable
1952 sbt_tickthreshold = bttosbt(bt_tickthreshold); in tc_adjprecision()
H A Dkern_timeout.c892 if ((flags & C_HARDCLOCK) != 0 || sbt >= sbt_tickthreshold) { in callout_when()