Home
last modified time | relevance | path

Searched refs:getsbinuptime (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/dev/wg/
H A Dwg_cookie.c197 cm->cm_cookie_birthdate = getsbinuptime(); in cookie_maker_consume_payload()
305 sbintime_t now = getsbinuptime(); in timer_expired()
319 cc->cc_secret_birthdate = getsbinuptime(); in make_cookie()
404 expiry = getsbinuptime() - ELEMENT_TIMEOUT * SBT_1S; in ratelimit_gc()
454 now = getsbinuptime(); in ratelimit_allow()
486 r->r_last_time = getsbinuptime(); in ratelimit_allow()
H A Dwg_noise.c662 kp->kp_birthdate = getsbinuptime(); in noise_begin_session()
988 r->r_last_sent = getsbinuptime(); in noise_create_initiation()
1055 r->r_last_init_recv = getsbinuptime(); in noise_consume_initiation()
1116 r->r_last_sent = getsbinuptime(); in noise_create_response()
1398 sbintime_t now = getsbinuptime(); in noise_timer_expired()
H A Dif_wg.c1290 wg_last_underload = getsbinuptime(); in wg_handshake()
1292 underload = wg_last_underload + UNDERLOAD_TIMEOUT * SBT_1S > getsbinuptime(); in wg_handshake()
/freebsd/sys/netinet/
H A Dtcp_fastopen.c908 now = getsbinuptime(); in tcp_fastopen_connect()
969 cce->disable_time = getsbinuptime(); in tcp_fastopen_disable_path()
1004 cce->disable_time = getsbinuptime(); in tcp_fastopen_update_cache()
1102 cce->disable_time = getsbinuptime(); in tcp_fastopen_ccache_create()
1182 now = getsbinuptime(); in sysctl_net_inet_tcp_fastopen_ccache_list()
H A Dtcp_log_buf.c1321 expiry_limit = getsbinuptime() + SBT_1S; in tcp_log_expire()
1384 expiry_limit = getsbinuptime() + TCP_LOG_EXPIRE_INTVL; in tcp_log_expire()
1569 tln->tln_expiretime = getsbinuptime(); in tcp_log_tcpcbfini()
H A Dtcp_subr.c2182 now = getsbinuptime(); in tcp_send_challenge_ack()
3993 now = getsbinuptime(); in tcp_inptoxtp()
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dtime.h83 (int64_t)(((getsbinuptime() >> 16) * hz) >> 16)
/freebsd/sys/sys/
H A Dtime.h560 getsbinuptime(void) in getsbinuptime() function
608 ((*(sbt) = getsbinuptime()), 1) : ((*(sbt) = sbinuptime()), 0))
/freebsd/sys/dev/sdhci/
H A Dfsl_sdhci.c664 if (inhibit && getsbinuptime() < sc->r1bfix_timeout_at) { in fsl_sdhci_r1bfix_is_wait_done()
740 sc->r1bfix_timeout_at = getsbinuptime() + 250 * SBT_1MS; in fsl_sdhci_intr()
/freebsd/sys/dev/random/
H A Dfortuna.c458 now = getsbinuptime(); in random_fortuna_pre_read()
/freebsd/sys/dev/nvme/
H A Dnvme_qpair.c1125 now = getsbinuptime(); in nvme_qpair_timeout()
1259 tr->deadline = getsbinuptime() + timeout * SBT_1S; in nvme_qpair_submit_tracker()
/freebsd/sys/kern/
H A Dtty.c168 timeout_at = getsbinuptime() + SBT_1S; in tty_drain()
170 timeout_at = getsbinuptime() + SBT_1S * tp->t_drainwait; in tty_drain()
193 else if (timeout_at == 0 || getsbinuptime() < timeout_at) in tty_drain()
/freebsd/sys/dev/uart/
H A Duart_core.c170 now = getsbinuptime(); in uart_pps_process()
/freebsd/sys/netinet/tcp_stacks/
H A Drack_bbr_common.c525 now = getsbinuptime(); in ctf_ack_war_checks()
/freebsd/sys/dev/ena/
H A Dena.c3085 stime = getsbinuptime(); in ena_keep_alive_wd()
3103 time = getsbinuptime() - timestamp; in check_for_missing_keep_alive()
3673 adapter->keep_alive_timestamp = getsbinuptime(); in ena_restore_device()
3859 adapter->keep_alive_timestamp = getsbinuptime(); in ena_attach()
/freebsd/sys/dev/ixl/
H A Dif_ixl.c461 stime = getsbinuptime(); in ixl_admin_timer()
810 pf->link_poll_start = getsbinuptime(); in ixl_if_attach_post()
H A Dixl_pf_main.c4760 pf->link_poll_start = getsbinuptime(); in ixl_attach_get_link_status()
/freebsd/share/man/man9/
H A DMakefile1609 microuptime.9 getsbinuptime.9 \
/freebsd/sys/cam/ctl/
H A Dctl.c2380 lun->idle_time += getsbinuptime() - lun->last_busy; in ctl_serialize_other_sc_cmd()
4624 lun->last_busy = getsbinuptime(); in ctl_add_lun()
11321 lun->idle_time += getsbinuptime() - lun->last_busy; in ctl_nvmeio_precheck()
12290 lun->idle_time += getsbinuptime() - lun->last_busy; in ctl_scsiio_precheck()
13975 lun->last_busy = getsbinuptime();