Searched refs:FFCLOCK_LERP (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/sys/kern/ |
| HD | kern_ffclock.c | 249 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() 266 ffclock_abstime(NULL, &bt, NULL, FFCLOCK_LERP | FFCLOCK_LEAPSEC); in ffclock_microtime() 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() [all …]
|
| HD | kern_tc.c | 824 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-14-stable/sys/sys/ |
| HD | timeffc.h | 96 #define FFCLOCK_LERP 0x00000002 macro
|