Home
last modified time | relevance | path

Searched refs:CLOCK_MONOTONIC_FAST (Results 1 – 25 of 25) sorted by relevance

/freebsd/sys/sys/
H A D_clock_id.h68 #define CLOCK_MONOTONIC_FAST 12 macro
83 #define CLOCK_MONOTONIC_COARSE CLOCK_MONOTONIC_FAST
/freebsd/libexec/talkd/
H A Dtable.c82 clock_gettime(CLOCK_MONOTONIC_FAST, &ts); in find_match()
116 clock_gettime(CLOCK_MONOTONIC_FAST, &ts); in find_request()
154 clock_gettime(CLOCK_MONOTONIC_FAST, &ts); in insert_table()
/freebsd/usr.sbin/rtadvd/
H A Dtimer.c160 clock_gettime(CLOCK_MONOTONIC_FAST, &now); in rtadvd_check_timer()
190 clock_gettime(CLOCK_MONOTONIC_FAST, &now); in rtadvd_set_timer()
H A Dtimer_subr.c49 clock_gettime(CLOCK_MONOTONIC_FAST, &now); in rtadvd_timer_rest()
H A Drrenum.c231 clock_gettime(CLOCK_MONOTONIC_FAST, in do_use_prefix()
239 clock_gettime(CLOCK_MONOTONIC_FAST, in do_use_prefix()
H A Drtadvd.c1023 clock_gettime(CLOCK_MONOTONIC_FAST, &now); in set_short_delay()
1280 clock_gettime(CLOCK_MONOTONIC_FAST, &now); in prefix_check()
1313 clock_gettime(CLOCK_MONOTONIC_FAST, &now); in prefix_check()
1777 clock_gettime(CLOCK_MONOTONIC_FAST, &ifi->ifi_ra_lastsent); in ra_output()
H A Dconfig.c580 clock_gettime(CLOCK_MONOTONIC_FAST, &now); in getconfig()
601 clock_gettime(CLOCK_MONOTONIC_FAST, &now); in getconfig()
1525 clock_gettime(CLOCK_MONOTONIC_FAST, &now); in make_packet()
/freebsd/usr.sbin/rtsold/
H A Ddump.c71 (void)clock_gettime(CLOCK_MONOTONIC_FAST, &now); in rtsold_dump()
167 clock_gettime(CLOCK_MONOTONIC_FAST, &now); in sec2str()
H A Drtsol.c340 clock_gettime(CLOCK_MONOTONIC_FAST, &now); in rtsol_input()
563 clock_gettime(CLOCK_MONOTONIC_FAST, &now); in ra_opt_handler()
H A Drtsold.c559 clock_gettime(CLOCK_MONOTONIC_FAST, &now); in rtsol_check_timer()
764 clock_gettime(CLOCK_MONOTONIC_FAST, &now); in rtsol_timer_update()
/freebsd/contrib/nvi/common/
H A Dutil.c322 #ifdef CLOCK_MONOTONIC_FAST
323 (void)clock_gettime(CLOCK_MONOTONIC_FAST, ts);
/freebsd/sys/dev/watchdog/
H A Dwatchdog.c186 CLOCK_MONOTONIC_FAST, &ts); in wdog_kern_pat()
230 error = kern_clock_gettime(td, CLOCK_MONOTONIC_FAST, &ts); in wd_get_time_left()
/freebsd/lib/libc/resolv/
H A Dres_state.c82 if (clock_gettime(CLOCK_MONOTONIC_FAST, &now) != 0 || in res_check_reload()
H A Dres_init.c320 if (clock_gettime(CLOCK_MONOTONIC_FAST, &now) == 0) { in __res_vinit()
/freebsd/lib/libsys/
H A D__vdso_gettimeofday.c182 case CLOCK_MONOTONIC_FAST: in __vdso_clock_gettime()
/freebsd/sbin/ifconfig/
H A Daf_inet6.c148 clock_gettime(CLOCK_MONOTONIC_FAST, &now); in setip6lifetime()
349 clock_gettime(CLOCK_MONOTONIC_FAST, &now); in in6_status()
377 clock_gettime(CLOCK_MONOTONIC_FAST, &now); in show_lifetime()
/freebsd/sys/compat/linux/
H A Dlinux_vdso_gtod.inc129 *n = CLOCK_MONOTONIC_FAST;
288 case CLOCK_MONOTONIC_FAST:
/freebsd/usr.sbin/rtadvctl/
H A Drtadvctl.c469 clock_gettime(CLOCK_MONOTONIC_FAST, &ts); in action_show()
751 clock_gettime(CLOCK_MONOTONIC_FAST, &now); in action_show_prefix()
/freebsd/share/examples/libifconfig/
H A Dstatus.c160 clock_gettime(CLOCK_MONOTONIC_FAST, &now); in print_inet6_addr()
/freebsd/usr.sbin/moused/
H A Dmoused.c1030 clock_gettime(CLOCK_MONOTONIC_FAST, &mouse_button_state_ts); in moused()
2366 clock_gettime(CLOCK_MONOTONIC_FAST, &mouse_button_state_ts); in r_statetrans()
2522 clock_gettime(CLOCK_MONOTONIC_FAST, &ts1); in r_timestamp()
2580 clock_gettime(CLOCK_MONOTONIC_FAST, &ts1); in r_timeout()
3224 clock_gettime(CLOCK_MONOTONIC_FAST, &now); in kidspad()
/freebsd/sys/kern/
H A Dkern_time.c356 case CLOCK_MONOTONIC_FAST: in kern_clock_gettime()
455 case CLOCK_MONOTONIC_FAST: in kern_clock_getres()
522 case CLOCK_MONOTONIC_FAST: in kern_clock_nanosleep()
H A Dkern_umtx.c731 case CLOCK_MONOTONIC_FAST: in umtx_abs_timeout_getsbt()
763 case CLOCK_MONOTONIC_FAST: in umtx_abs_timeout_getsbt()
H A Dsubr_stats.c380 clock_gettime(CLOCK_MONOTONIC_FAST, &tp); in stats_sbinuptime()
/freebsd/usr.sbin/bluetooth/bthidd/
H A Dbtuinput.c438 if (clock_gettime(CLOCK_MONOTONIC_FAST, &now) == -1) in uinput_get_rcpt_mask()
/freebsd/usr.sbin/inetd/
H A Dinetd.c682 (void)clock_gettime(CLOCK_MONOTONIC_FAST, &sep->se_time); in main()
686 (void)clock_gettime(CLOCK_MONOTONIC_FAST, &now); in main()