/freebsd/sys/sys/ |
H A D | _clock_id.h | 68 #define CLOCK_MONOTONIC_FAST 12 macro 83 #define CLOCK_MONOTONIC_COARSE CLOCK_MONOTONIC_FAST
|
/freebsd/libexec/talkd/ |
H A D | table.c | 82 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 D | timer.c | 160 clock_gettime(CLOCK_MONOTONIC_FAST, &now); in rtadvd_check_timer() 190 clock_gettime(CLOCK_MONOTONIC_FAST, &now); in rtadvd_set_timer()
|
H A D | timer_subr.c | 49 clock_gettime(CLOCK_MONOTONIC_FAST, &now); in rtadvd_timer_rest()
|
H A D | rrenum.c | 231 clock_gettime(CLOCK_MONOTONIC_FAST, in do_use_prefix() 239 clock_gettime(CLOCK_MONOTONIC_FAST, in do_use_prefix()
|
H A D | rtadvd.c | 1023 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 D | config.c | 580 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 D | dump.c | 71 (void)clock_gettime(CLOCK_MONOTONIC_FAST, &now); in rtsold_dump() 167 clock_gettime(CLOCK_MONOTONIC_FAST, &now); in sec2str()
|
H A D | rtsol.c | 340 clock_gettime(CLOCK_MONOTONIC_FAST, &now); in rtsol_input() 563 clock_gettime(CLOCK_MONOTONIC_FAST, &now); in ra_opt_handler()
|
H A D | rtsold.c | 559 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 D | util.c | 322 #ifdef CLOCK_MONOTONIC_FAST 323 (void)clock_gettime(CLOCK_MONOTONIC_FAST, ts);
|
/freebsd/sys/dev/watchdog/ |
H A D | watchdog.c | 186 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 D | res_state.c | 82 if (clock_gettime(CLOCK_MONOTONIC_FAST, &now) != 0 || in res_check_reload()
|
H A D | res_init.c | 320 if (clock_gettime(CLOCK_MONOTONIC_FAST, &now) == 0) { in __res_vinit()
|
/freebsd/lib/libsys/ |
H A D | __vdso_gettimeofday.c | 182 case CLOCK_MONOTONIC_FAST: in __vdso_clock_gettime()
|
/freebsd/sbin/ifconfig/ |
H A D | af_inet6.c | 148 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 D | linux_vdso_gtod.inc | 129 *n = CLOCK_MONOTONIC_FAST; 288 case CLOCK_MONOTONIC_FAST:
|
/freebsd/usr.sbin/rtadvctl/ |
H A D | rtadvctl.c | 469 clock_gettime(CLOCK_MONOTONIC_FAST, &ts); in action_show() 751 clock_gettime(CLOCK_MONOTONIC_FAST, &now); in action_show_prefix()
|
/freebsd/usr.sbin/moused/ |
H A D | moused.c | 1030 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/share/examples/libifconfig/ |
H A D | status.c | 160 clock_gettime(CLOCK_MONOTONIC_FAST, &now); in print_inet6_addr()
|
/freebsd/sys/kern/ |
H A D | kern_time.c | 356 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 D | kern_umtx.c | 731 case CLOCK_MONOTONIC_FAST: in umtx_abs_timeout_getsbt() 763 case CLOCK_MONOTONIC_FAST: in umtx_abs_timeout_getsbt()
|
H A D | subr_stats.c | 380 clock_gettime(CLOCK_MONOTONIC_FAST, &tp); in stats_sbinuptime()
|
/freebsd/usr.sbin/bluetooth/bthidd/ |
H A D | btuinput.c | 438 if (clock_gettime(CLOCK_MONOTONIC_FAST, &now) == -1) in uinput_get_rcpt_mask()
|
/freebsd/usr.sbin/inetd/ |
H A D | inetd.c | 682 (void)clock_gettime(CLOCK_MONOTONIC_FAST, &sep->se_time); in main() 686 (void)clock_gettime(CLOCK_MONOTONIC_FAST, &now); in main()
|