Searched refs:FFCLOCK_UPTIME (Results 1 – 3 of 3) sorted by relevance
103 if ((flags & FFCLOCK_UPTIME) == FFCLOCK_UPTIME) { in ffclock_abstime()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()327 FFCLOCK_LERP | FFCLOCK_UPTIME | FFCLOCK_FAST); in ffclock_getbinuptime()336 FFCLOCK_LERP | FFCLOCK_UPTIME | FFCLOCK_FAST); in ffclock_getnanouptime()346 FFCLOCK_LERP | FFCLOCK_UPTIME | FFCLOCK_FAST); in ffclock_getmicrouptime()
1126 if (flags & FFCLOCK_UPTIME) in sysclock_snap2bintime()
98 #define FFCLOCK_UPTIME 0x00000008 macro