Searched refs:CLOCK_MONOTONIC_FAST (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/libexec/talkd/
H A Dtable.c88 clock_gettime(CLOCK_MONOTONIC_FAST, &ts);
122 clock_gettime(CLOCK_MONOTONIC_FAST, &ts);
160 clock_gettime(CLOCK_MONOTONIC_FAST, &ts);
/freebsd-11-stable/usr.sbin/rtadvd/
H A Dtimer_subr.c48 clock_gettime(CLOCK_MONOTONIC_FAST, &now);
H A Dtimer.c161 clock_gettime(CLOCK_MONOTONIC_FAST, &now);
191 clock_gettime(CLOCK_MONOTONIC_FAST, &now);
H A Drrenum.c229 clock_gettime(CLOCK_MONOTONIC_FAST,
237 clock_gettime(CLOCK_MONOTONIC_FAST,
H A Dconfig.c572 clock_gettime(CLOCK_MONOTONIC_FAST, &now);
593 clock_gettime(CLOCK_MONOTONIC_FAST, &now);
1446 clock_gettime(CLOCK_MONOTONIC_FAST, &now);
H A Drtadvd.c1027 clock_gettime(CLOCK_MONOTONIC_FAST, &now);
1280 clock_gettime(CLOCK_MONOTONIC_FAST, &now);
1313 clock_gettime(CLOCK_MONOTONIC_FAST, &now);
1779 clock_gettime(CLOCK_MONOTONIC_FAST, &ifi->ifi_ra_lastsent);
/freebsd-11-stable/usr.sbin/rtsold/
H A Ddump.c65 clock_gettime(CLOCK_MONOTONIC_FAST, &now);
148 clock_gettime(CLOCK_MONOTONIC_FAST, &now);
H A Drtsold.c560 clock_gettime(CLOCK_MONOTONIC_FAST, &now);
756 clock_gettime(CLOCK_MONOTONIC_FAST, &now);
H A Drtsol.c379 clock_gettime(CLOCK_MONOTONIC_FAST, &now);
602 clock_gettime(CLOCK_MONOTONIC_FAST, &now);
/freebsd-11-stable/lib/libc/resolv/
H A Dres_state.c82 if (clock_gettime(CLOCK_MONOTONIC_FAST, &now) != 0 ||
H A Dres_init.c333 if (clock_gettime(CLOCK_MONOTONIC_FAST, &now) == 0) {
/freebsd-11-stable/lib/libc/sys/
H A D__vdso_gettimeofday.c140 case CLOCK_MONOTONIC_FAST:
/freebsd-11-stable/include/
H A Dtime.h114 #define CLOCK_MONOTONIC_FAST 12 /* FreeBSD-specific. */ macro
/freebsd-11-stable/sys/dev/watchdog/
H A Dwatchdog.c186 CLOCK_MONOTONIC_FAST, &ts);
230 error = kern_clock_gettime(td, CLOCK_MONOTONIC_FAST, &ts);
/freebsd-11-stable/sbin/ifconfig/
H A Daf_inet6.c106 clock_gettime(CLOCK_MONOTONIC_FAST, &now);
180 clock_gettime(CLOCK_MONOTONIC_FAST, &now);
/freebsd-11-stable/sys/sys/
H A Dtime.h398 #define CLOCK_MONOTONIC_FAST 12 /* FreeBSD-specific. */ macro
/freebsd-11-stable/usr.sbin/rtadvctl/
H A Drtadvctl.c471 clock_gettime(CLOCK_MONOTONIC_FAST, &ts);
767 clock_gettime(CLOCK_MONOTONIC_FAST, &now);
/freebsd-11-stable/usr.sbin/moused/
H A Dmoused.c1056 clock_gettime(CLOCK_MONOTONIC_FAST, &mouse_button_state_ts);
2407 clock_gettime(CLOCK_MONOTONIC_FAST, &mouse_button_state_ts);
2563 clock_gettime(CLOCK_MONOTONIC_FAST, &ts1);
2621 clock_gettime(CLOCK_MONOTONIC_FAST, &ts1);
3265 clock_gettime(CLOCK_MONOTONIC_FAST, &now);
/freebsd-11-stable/sys/kern/
H A Dkern_time.c354 case CLOCK_MONOTONIC_FAST:
445 case CLOCK_MONOTONIC_FAST:
515 case CLOCK_MONOTONIC_FAST:
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_time.c208 *n = CLOCK_MONOTONIC_FAST;
/freebsd-11-stable/usr.sbin/inetd/
H A Dinetd.c694 (void)clock_gettime(CLOCK_MONOTONIC_FAST, &sep->se_time);
698 (void)clock_gettime(CLOCK_MONOTONIC_FAST, &now);

Completed in 140 milliseconds