Searched refs:FFCLOCK_UPTIME (Results 1 – 3 of 3) sorted by relevance
105 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()
1140 if (flags & FFCLOCK_UPTIME) in sysclock_snap2bintime()
100 #define FFCLOCK_UPTIME 0x00000008 macro