Home
last modified time | relevance | path

Searched refs:FFCLOCK_FAST (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dkern_ffclock.c77 if ((flags & FFCLOCK_FAST) == FFCLOCK_FAST) in ffclock_abstime()
275 FFCLOCK_LERP | FFCLOCK_LEAPSEC | FFCLOCK_FAST); in ffclock_getbintime()
284 FFCLOCK_LERP | FFCLOCK_LEAPSEC | FFCLOCK_FAST); in ffclock_getnanotime()
294 FFCLOCK_LERP | FFCLOCK_LEAPSEC | FFCLOCK_FAST); in ffclock_getmicrotime()
328 FFCLOCK_LERP | FFCLOCK_UPTIME | FFCLOCK_FAST); in ffclock_getbinuptime()
337 FFCLOCK_LERP | FFCLOCK_UPTIME | FFCLOCK_FAST); in ffclock_getnanouptime()
347 FFCLOCK_LERP | FFCLOCK_UPTIME | FFCLOCK_FAST); in ffclock_getmicrouptime()
/freebsd/sys/sys/
H A Dtimeffc.h95 #define FFCLOCK_FAST 0x00000001 macro