Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_ffclock.c102 if ((flags & FFCLOCK_UPTIME) == FFCLOCK_UPTIME) { in ffclock_abstime()
302 ffclock_abstime(NULL, bt, NULL, FFCLOCK_LERP | FFCLOCK_UPTIME); in ffclock_binuptime()
310 ffclock_abstime(NULL, &bt, NULL, FFCLOCK_LERP | FFCLOCK_UPTIME); in ffclock_nanouptime()
319 ffclock_abstime(NULL, &bt, NULL, FFCLOCK_LERP | FFCLOCK_UPTIME); in ffclock_microuptime()
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()
H A Dkern_tc.c1164 if (flags & FFCLOCK_UPTIME) in sysclock_snap2bintime()
/freebsd/sys/sys/
H A Dtimeffc.h98 #define FFCLOCK_UPTIME 0x00000008 macro