Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_ffclock.c80 if ((flags & FFCLOCK_FAST) == FFCLOCK_FAST) in ffclock_abstime()
278 FFCLOCK_LERP | FFCLOCK_LEAPSEC | FFCLOCK_FAST); in ffclock_getbintime()
287 FFCLOCK_LERP | FFCLOCK_LEAPSEC | FFCLOCK_FAST); in ffclock_getnanotime()
297 FFCLOCK_LERP | FFCLOCK_LEAPSEC | FFCLOCK_FAST); in ffclock_getmicrotime()
331 FFCLOCK_LERP | FFCLOCK_UPTIME | FFCLOCK_FAST); in ffclock_getbinuptime()
340 FFCLOCK_LERP | FFCLOCK_UPTIME | FFCLOCK_FAST); in ffclock_getnanouptime()
350 FFCLOCK_LERP | FFCLOCK_UPTIME | FFCLOCK_FAST); in ffclock_getmicrouptime()
/f-stack/freebsd/sys/
H A Dtimeffc.h97 #define FFCLOCK_FAST 0x00000001 macro