Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_ffclock.c95 if ((flags & FFCLOCK_LEAPSEC) == FFCLOCK_LEAPSEC) { in ffclock_abstime()
249 ffclock_abstime(NULL, bt, NULL, FFCLOCK_LERP | FFCLOCK_LEAPSEC); in ffclock_bintime()
257 ffclock_abstime(NULL, &bt, NULL, FFCLOCK_LERP | FFCLOCK_LEAPSEC); in ffclock_nanotime()
266 ffclock_abstime(NULL, &bt, NULL, FFCLOCK_LERP | FFCLOCK_LEAPSEC); in ffclock_microtime()
275 FFCLOCK_LERP | FFCLOCK_LEAPSEC | FFCLOCK_FAST); in ffclock_getbintime()
284 FFCLOCK_LERP | FFCLOCK_LEAPSEC | FFCLOCK_FAST); in ffclock_getnanotime()
294 FFCLOCK_LERP | FFCLOCK_LEAPSEC | FFCLOCK_FAST); in ffclock_getmicrotime()
H A Dkern_tc.c1160 if (flags & FFCLOCK_LEAPSEC) in sysclock_snap2bintime()
/freebsd/sys/sys/
H A Dtimeffc.h97 #define FFCLOCK_LEAPSEC 0x00000004 macro