Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dtime.h84 (int64_t)(((getsbinuptime() >> 16) * hz) >> 16)
/f-stack/freebsd/netinet/
H A Dtcp_fastopen.c912 now = getsbinuptime(); in tcp_fastopen_connect()
973 cce->disable_time = getsbinuptime(); in tcp_fastopen_disable_path()
1008 cce->disable_time = getsbinuptime(); in tcp_fastopen_update_cache()
1106 cce->disable_time = getsbinuptime(); in tcp_fastopen_ccache_create()
1186 now = getsbinuptime(); in sysctl_net_inet_tcp_fastopen_ccache_list()
H A Dtcp_log_buf.c1215 expiry_limit = getsbinuptime() + SBT_1S; in tcp_log_expire()
1278 expiry_limit = getsbinuptime() + TCP_LOG_EXPIRE_INTVL; in tcp_log_expire()
1413 tln->tln_expiretime = getsbinuptime(); in tcp_log_tcpcbfini()
H A Dtcp_subr.c3468 now = getsbinuptime(); in tcp_inptoxtp()
/f-stack/freebsd/sys/
H A Dtime.h561 getsbinuptime(void) in getsbinuptime() function
601 ((*(sbt) = getsbinuptime()), 1) : ((*(sbt) = sbinuptime()), 0))
/f-stack/freebsd/kern/
H A Dtty.c169 timeout_at = getsbinuptime() + SBT_1S; in tty_drain()
171 timeout_at = getsbinuptime() + SBT_1S * tp->t_drainwait; in tty_drain()
194 else if (timeout_at == 0 || getsbinuptime() < timeout_at) in tty_drain()