Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Dtcp_fastopen.c914 now = getsbinuptime(); in tcp_fastopen_connect()
975 cce->disable_time = getsbinuptime(); in tcp_fastopen_disable_path()
1010 cce->disable_time = getsbinuptime(); in tcp_fastopen_update_cache()
1108 cce->disable_time = getsbinuptime(); in tcp_fastopen_ccache_create()
1188 now = getsbinuptime(); in sysctl_net_inet_tcp_fastopen_ccache_list()
Dtcp_log_buf.c1050 expiry_limit = getsbinuptime() + SBT_1S; in tcp_log_expire()
1113 expiry_limit = getsbinuptime() + TCP_LOG_EXPIRE_INTVL; in tcp_log_expire()
1246 tln->tln_expiretime = getsbinuptime(); in tcp_log_tcpcbfini()
Dtcp_subr.c3265 now = getsbinuptime(); in tcp_inptoxtp()
/freebsd-12-stable/sys/cddl/compat/opensolaris/sys/
Dtime.h81 (int64_t)(((getsbinuptime() >> 16) * hz) >> 16)
/freebsd-12-stable/sys/sys/
Dtime.h567 getsbinuptime(void) in getsbinuptime() function
607 ((*(sbt) = getsbinuptime()), 1) : ((*(sbt) = sbinuptime()), 0))
/freebsd-12-stable/sys/dev/sdhci/
Dfsl_sdhci.c669 if (inhibit && getsbinuptime() < sc->r1bfix_timeout_at) { in fsl_sdhci_r1bfix_is_wait_done()
745 sc->r1bfix_timeout_at = getsbinuptime() + 250 * SBT_1MS; in fsl_sdhci_intr()
/freebsd-12-stable/sys/dev/random/
Dfortuna.c456 now = getsbinuptime(); in random_fortuna_pre_read()
/freebsd-12-stable/sys/kern/
Dtty.c160 timeout_at = getsbinuptime() + SBT_1S; in tty_drain()
162 timeout_at = getsbinuptime() + SBT_1S * tp->t_drainwait; in tty_drain()
185 else if (timeout_at == 0 || getsbinuptime() < timeout_at) in tty_drain()
Dkern_timeout.c967 to_sbt = getsbinuptime();
/freebsd-12-stable/sys/dev/uart/
Duart_core.c174 now = getsbinuptime(); in uart_pps_process()
/freebsd-12-stable/sys/dev/ena/
Dena.c2922 stime = getsbinuptime(); in ena_keep_alive_wd()
2939 time = getsbinuptime() - timestamp; in check_for_missing_keep_alive()
3437 adapter->keep_alive_timestamp = getsbinuptime(); in ena_restore_device()
3605 adapter->keep_alive_timestamp = getsbinuptime(); in ena_attach()
/freebsd-12-stable/share/man/man9/
DMakefile1427 microuptime.9 getsbinuptime.9 \
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dzil.c2553 sbintime_t wakeup = getsbinuptime() + sleep; in zil_commit_waiter()
/freebsd-12-stable/sys/cam/ctl/
Dctl.c2334 lun->idle_time += getsbinuptime() - lun->last_busy; in ctl_serialize_other_sc_cmd()
4696 lun->last_busy = getsbinuptime(); in ctl_add_lun()
11474 lun->idle_time += getsbinuptime() - lun->last_busy; in ctl_scsiio_precheck()
13121 lun->last_busy = getsbinuptime();