Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_ffclock.c249 ffclock_abstime(NULL, bt, NULL, FFCLOCK_LERP | FFCLOCK_LEAPSEC); in ffclock_bintime()
257 ffclock_abstime(NULL, &bt, NULL, FFCLOCK_LERP | FFCLOCK_LEAPSEC); in ffclock_nanotime()
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()
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()
[all …]
H A Dkern_tc.c824 if ((flags & FFCLOCK_LERP) == FFCLOCK_LERP) in ffclock_last_tick()
859 if ((flags & FFCLOCK_LERP) == FFCLOCK_LERP) { in ffclock_convert_abs()
1145 if (flags & FFCLOCK_LERP) { in sysclock_snap2bintime()
/freebsd/sys/sys/
H A Dtimeffc.h96 #define FFCLOCK_LERP 0x00000002 macro