Searched refs:ffclock_abstime (Results 1 – 2 of 2) sorted by relevance
| /trueos/sys/kern/ |
| HD | kern_ffclock.c | 69 ffclock_abstime(ffcounter *ffcount, struct bintime *bt, in ffclock_abstime() function 248 ffclock_abstime(NULL, bt, NULL, FFCLOCK_LERP | FFCLOCK_LEAPSEC); in ffclock_bintime() 256 ffclock_abstime(NULL, &bt, NULL, FFCLOCK_LERP | FFCLOCK_LEAPSEC); in ffclock_nanotime() 265 ffclock_abstime(NULL, &bt, NULL, FFCLOCK_LERP | FFCLOCK_LEAPSEC); in ffclock_microtime() 273 ffclock_abstime(NULL, bt, NULL, in ffclock_getbintime() 282 ffclock_abstime(NULL, &bt, NULL, in ffclock_getnanotime() 292 ffclock_abstime(NULL, &bt, NULL, in ffclock_getmicrotime() 301 ffclock_abstime(NULL, bt, NULL, FFCLOCK_LERP | FFCLOCK_UPTIME); in ffclock_binuptime() 309 ffclock_abstime(NULL, &bt, NULL, FFCLOCK_LERP | FFCLOCK_UPTIME); in ffclock_nanouptime() 318 ffclock_abstime(NULL, &bt, NULL, FFCLOCK_LERP | FFCLOCK_UPTIME); in ffclock_microuptime() [all …]
|
| /trueos/sys/sys/ |
| HD | timeffc.h | 196 void ffclock_abstime(ffcounter *ffcount, struct bintime *bt,
|