Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_ffclock.c105 if ((flags & FFCLOCK_UPTIME) == FFCLOCK_UPTIME) { in ffclock_abstime()
305 ffclock_abstime(NULL, bt, NULL, FFCLOCK_LERP | FFCLOCK_UPTIME); in ffclock_binuptime()
313 ffclock_abstime(NULL, &bt, NULL, FFCLOCK_LERP | FFCLOCK_UPTIME); in ffclock_nanouptime()
322 ffclock_abstime(NULL, &bt, NULL, FFCLOCK_LERP | FFCLOCK_UPTIME); in ffclock_microuptime()
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()
H A Dkern_tc.c1140 if (flags & FFCLOCK_UPTIME) in sysclock_snap2bintime()
/f-stack/freebsd/sys/
H A Dtimeffc.h100 #define FFCLOCK_UPTIME 0x00000008 macro