Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/kern/
Dkern_ffclock.c103 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()
Dkern_tc.c1126 if (flags & FFCLOCK_UPTIME) in sysclock_snap2bintime()
/freebsd-10-stable/sys/sys/
Dtimeffc.h98 #define FFCLOCK_UPTIME 0x00000008 macro