Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_ffclock.c98 if ((flags & FFCLOCK_LEAPSEC) == FFCLOCK_LEAPSEC) { in ffclock_abstime()
252 ffclock_abstime(NULL, bt, NULL, FFCLOCK_LERP | FFCLOCK_LEAPSEC); in ffclock_bintime()
260 ffclock_abstime(NULL, &bt, NULL, FFCLOCK_LERP | FFCLOCK_LEAPSEC); in ffclock_nanotime()
269 ffclock_abstime(NULL, &bt, NULL, FFCLOCK_LERP | FFCLOCK_LEAPSEC); in ffclock_microtime()
278 FFCLOCK_LERP | FFCLOCK_LEAPSEC | FFCLOCK_FAST); in ffclock_getbintime()
287 FFCLOCK_LERP | FFCLOCK_LEAPSEC | FFCLOCK_FAST); in ffclock_getnanotime()
297 FFCLOCK_LERP | FFCLOCK_LEAPSEC | FFCLOCK_FAST); in ffclock_getmicrotime()
H A Dkern_tc.c1136 if (flags & FFCLOCK_LEAPSEC) in sysclock_snap2bintime()
/f-stack/freebsd/sys/
H A Dtimeffc.h99 #define FFCLOCK_LEAPSEC 0x00000004 macro