Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_ffclock.c252 ffclock_abstime(NULL, bt, NULL, FFCLOCK_LERP | FFCLOCK_LEAPSEC); in ffclock_bintime()
260 ffclock_abstime(NULL, &bt, NULL, FFCLOCK_LERP | FFCLOCK_LEAPSEC); in ffclock_nanotime()
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()
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()
[all …]
H A Dkern_tc.c800 if ((flags & FFCLOCK_LERP) == FFCLOCK_LERP) in ffclock_last_tick()
835 if ((flags & FFCLOCK_LERP) == FFCLOCK_LERP) { in ffclock_convert_abs()
1121 if (flags & FFCLOCK_LERP) { in sysclock_snap2bintime()
/f-stack/freebsd/sys/
H A Dtimeffc.h98 #define FFCLOCK_LERP 0x00000002 macro