/freebsd/sys/net/route/ |
H A D | route_temporal.c | 61 if (nh_expire <= time_uptime) in expire_route() 98 seconds = (next_expire - time_uptime); in expire_callout() 138 seconds = (nh_expire - time_uptime); in tmproutes_update()
|
/freebsd/sys/netinet6/ |
H A D | nd6_rtr.c | 445 dr0.expire = time_uptime + dr0.rtlifetime; in nd6_ra_input() 1150 ndpr->ndpr_preferred = time_uptime + ndpr->ndpr_pltime; in in6_init_prefix_ltimes() 1154 ndpr->ndpr_expire = time_uptime + ndpr->ndpr_vltime; in in6_init_prefix_ltimes() 1166 lt6->ia6t_expire = time_uptime; in in6_init_address_ltimes() 1174 lt6->ia6t_preferred = time_uptime; in in6_init_address_ltimes() 1364 new->ndpr_lastupdate = time_uptime; in nd6_prelist_add() 1508 pr->ndpr_lastupdate = time_uptime; in prelist_update() 1637 else if (time_uptime - ifa6->ia6_updatetime > in prelist_update() 1646 (time_uptime - ifa6->ia6_updatetime); in prelist_update() 1682 (u_int32_t)((time_uptime - ifa6->ia6_createtime) + in prelist_update() [all …]
|
H A D | ip6_id.c | 221 p->ru_reseed = time_uptime + p->ru_out; in initid() 230 if (p->ru_counter >= p->ru_max || time_uptime > p->ru_reseed) in randomid()
|
H A D | in6.h | 361 (u_int32_t)((time_uptime - (a)->ia6_updatetime)) > \ 365 (u_int32_t)((time_uptime - (a)->ia6_updatetime)) > \
|
H A D | nd6.c | 555 ln->la_expire = time_uptime + tick / hz; in nd6_llinfo_settimer_locked() 677 delay = (long)(time_uptime - lle_hittime); in nd6_is_stale() 1056 time_uptime - pr->ndpr_lastupdate <= pr->ndpr_vltime) in nd6_timer() 1477 if (dr->expire > time_uptime) in nd6_free() 1479 (dr->expire - time_uptime) * hz); in nd6_free() 1851 (time_second - time_uptime); in nd6_ioctl() 2698 (time_second - time_uptime); in nd6_sysctl_prlist()
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_dynamic.c | 950 expire = time_uptime + V_dyn_syn_lifetime; in dyn_update_tcp_state() 981 expire = time_uptime + V_dyn_ack_lifetime; in dyn_update_tcp_state() 990 expire = time_uptime + V_dyn_fin_lifetime; in dyn_update_tcp_state() 997 expire = time_uptime + V_dyn_rst_lifetime; in dyn_update_tcp_state() 1021 expire = time_uptime + V_dyn_udp_lifetime; in dyn_update_proto_state() 1027 expire = time_uptime + V_dyn_short_lifetime; in dyn_update_proto_state() 1143 if (s->limit->expire != time_uptime + in dyn_lookup_ipv4_parent() 1146 time_uptime + V_dyn_short_lifetime); in dyn_lookup_ipv4_parent() 1293 if (s->limit->expire != time_uptime + in dyn_lookup_ipv6_parent() 1296 time_uptime + V_dyn_short_lifetime); in dyn_lookup_ipv6_parent() [all …]
|
/freebsd/sys/nlm/ |
H A D | nlm_prot_impl.c | 613 af->af_expiretime = time_uptime + NLM_EXPIRE_TIMEOUT; in nlm_lock_callback() 689 time_t uptime = time_uptime; in nlm_check_expired_locks() 953 if (time_uptime <= nlm_next_idle_check) in nlm_check_idle() 956 nlm_next_idle_check = time_uptime + NLM_IDLE_PERIOD; in nlm_check_idle() 960 && time_uptime > host->nh_idle_timeout) { in nlm_check_idle() 966 time_uptime + NLM_IDLE_TIMEOUT; in nlm_check_idle() 1009 host->nh_idle_timeout = time_uptime + NLM_IDLE_TIMEOUT; in nlm_find_host_by_name() 1106 host->nh_idle_timeout = time_uptime + NLM_IDLE_TIMEOUT; in nlm_find_host_by_addr() 1281 if (rpc->nr_client && time_uptime > rpc->nr_create_time + 2*60) { in nlm_host_get_rpc() 1302 rpc->nr_create_time = time_uptime; in nlm_host_get_rpc() [all …]
|
/freebsd/sys/powerpc/powermac/ |
H A D | smusat.c | 215 sc->sc_last_update = time_uptime; in smusat_updatecache() 231 if (time_uptime - sc->sc_last_update > 1) in smusat_sensor_read()
|
/freebsd/sys/kern/ |
H A D | kern_ntptime.c | 694 time_reftime = time_uptime; in hardupdate() 698 time_reftime = time_uptime; in hardupdate() 699 mtemp = time_uptime - time_reftime; in hardupdate() 712 time_reftime = time_uptime; in hardupdate()
|
H A D | kern_tc.c | 106 volatile time_t time_uptime = 1; variable 1490 time_uptime = th->th_offset.sec; in tc_windup() 1495 time_uptime = fftimehands->tick_time_lerp.sec - ffclock_boottime.sec; in tc_windup() 2077 if (time_uptime != last_calib && !(time_uptime & 0xf)) { in cpu_tick_calibration() 2079 last_calib = time_uptime; in cpu_tick_calibration()
|
/freebsd/sys/netgraph/netflow/ |
H A D | netflow_v9.c | 218 header->sys_uptime = htonl(MILLIUPTIME(time_uptime)); in export9_send() 417 if ((time_uptime >= priv->templ_time + fe->templ_last_ts) || in get_export9_dgram() 419 fe->templ_last_ts = time_uptime; in get_export9_dgram()
|
H A D | netflow.c | 91 #define INACTIVE(fle) (time_uptime - fle->f.last > priv->nfinfo_inact_t) 92 #define AGED(fle) (time_uptime - fle->f.first > priv->nfinfo_act_t) 345 fle->f.first = fle->f.last = time_uptime; in hash_insert() 423 fle6->f.first = fle6->f.last = time_uptime; in hash6_insert() 743 fle->f.last = time_uptime; in ng_netflow_flow_add() 866 fle6->f.last = time_uptime; in ng_netflow_flow6_add() 1026 header->sys_uptime = htonl(MILLIUPTIME(time_uptime)); in export_send()
|
/freebsd/sys/netinet/ |
H A D | ip_reass.c | 329 fp->ipq_expire = time_uptime + V_ipfragttl; in ip_reass() 599 KASSERT(fp != NULL && fp->ipq_expire <= time_uptime, in ipreass_callout() 601 fp ? (uintmax_t)fp->ipq_expire : 0, (uintmax_t)time_uptime)); in ipreass_callout() 603 while (fp != NULL && fp->ipq_expire <= time_uptime) { in ipreass_callout() 622 t = fp->ipq_expire - time_uptime; in ipreass_reschedule()
|
H A D | if_ether.c | 266 if (lle->la_expire > time_uptime) { in arptimer() 510 ((la->la_flags & LLE_STATIC) || la->la_expire > time_uptime)) { in arpresolve_full() 532 renew = (la->la_asked == 0 || la->la_expire != time_uptime); in arpresolve_full() 560 la->la_expire = time_uptime; in arpresolve_full() 1272 la->la_expire = time_uptime + V_arpt_keep; in arp_mark_lle_reachable()
|
H A D | tcp_syncache.c | 308 V_tcp_syncache.pause_until = time_uptime - TCP_SYNCACHE_PAUSE_TIME; in syncache_init() 381 sch->sch_last_overflow = time_uptime; in syncache_insert() 1106 time_uptime - SYNCOOKIE_LIFETIME) { in syncache_expand() 1601 sch->sch_last_overflow = time_uptime; in syncache_add() 2474 if (V_tcp_syncache.pause_until + delta - time_uptime > 0) { in syncache_pause() 2496 V_tcp_syncache.pause_until = time_uptime + delta; in syncache_pause() 2517 if ((delta = sc->pause_until - time_uptime) > 0) in syncache_unpause()
|
/freebsd/sys/rpc/ |
H A D | svc.c | 424 && grp->sg_lastcreatetime < time_uptime in xprt_assignthread() 1093 if (time_uptime > timo) { in svc_checkidle() 1191 grp->sg_lastcreatetime = time_uptime; in svc_run_internal() 1201 if (time_uptime > grp->sg_lastidlecheck) { in svc_run_internal() 1202 grp->sg_lastidlecheck = time_uptime; in svc_run_internal() 1274 xprt->xp_lastactive = time_uptime; in svc_run_internal() 1398 grp->sg_lastcreatetime = time_uptime; in svc_run()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | time.h | 138 return time_uptime;
|
/freebsd/sys/nfs/ |
H A D | nfs_diskless.c | 232 timeout_at = time_uptime + NFS_IFACE_TIMEOUT_SECS; in nfs_setup_diskless() 247 if (time_uptime < timeout_at) { in nfs_setup_diskless()
|
/freebsd/sys/geom/bde/ |
H A D | g_bde_work.c |
|
/freebsd/sys/dev/aacraid/ |
H A D | aacraid.c | 372 cm->cm_timestamp = time_uptime; in aac_daemon() 457 cm->cm_timestamp = time_uptime; in aac_get_container_info() 1543 then = time_uptime; in aac_check_firmware() 1546 if (time_uptime > (then + AAC_FWUPD_TIMEOUT)) { in aac_check_firmware() 1567 then = time_uptime; in aac_check_firmware() 1570 if (time_uptime > (then + AAC_BOOT_TIMEOUT)) { in aac_check_firmware() 1782 ip->HostElapsedSeconds = time_uptime; /* reset later if invalid */ in aac_init() 2089 then = time_uptime; in aacraid_sync_command() 2091 if (time_uptime > (then + AAC_SYNC_TIMEOUT)) { in aacraid_sync_command() 2175 deadline = time_uptime - AAC_CMD_TIMEOUT; in aac_timeout() [all …]
|
/freebsd/sys/dev/aac/ |
H A D | aac.c | 1143 cm, (int)(time_uptime-cm->cm_timestamp)); in aac_complete() 1210 cm->cm_timestamp = time_uptime; in aac_bio_command() 1694 then = time_uptime; in aac_check_firmware() 1706 if (time_uptime > (then + AAC_BOOT_TIMEOUT)) { in aac_check_firmware() 1882 ip->HostElapsedSeconds = time_uptime; /* reset later if invalid */ in aac_init() 2044 then = time_uptime; in aac_sync_command() 2046 if (time_uptime > (then + AAC_IMMEDIATE_TIMEOUT)) { in aac_sync_command() 2344 deadline = time_uptime - AAC_CMD_TIMEOUT; in aac_timeout() 2352 (int)(time_uptime-cm->cm_timestamp)); in aac_timeout() 3006 cm->cm_timestamp = time_uptime; in aac_ioctl_sendfib()
|
/freebsd/sys/dev/xen/pcifront/ |
H A D | pcifront.c | 379 timeout = time_uptime + 2; in do_pci_op() 390 if (time_uptime > timeout) { in do_pci_op()
|
/freebsd/sys/netlink/route/ |
H A D | neigh.c | 130 return (lle->la_expire + lle->lle_remtime / hz + time_second - time_uptime); in get_lle_next_ts() 431 lle->la_expire = attrs.ndaf_next_ts - time_second + time_uptime; in rtnl_handle_newneigh()
|
/freebsd/sys/netpfil/pf/ |
H A D | if_pfsync.c | 703 st->creation = (time_uptime - ntohl(sp->pfs_1301.creation)) * 1000; in pfsync_state_import() 794 st->pfsync_time = time_uptime; in pfsync_state_import() 1293 st->pfsync_time = time_uptime; in pfsync_in_upd() 1380 st->pfsync_time = time_uptime; in pfsync_in_upd_c() 1506 if (time_uptime - ntohl(bus->endtime) >= in pfsync_in_bus() 2286 if (sync || (time_uptime - st->pfsync_time) < 2) in pfsync_update_state() 2544 sc->sc_ureq_received = time_uptime; in pfsync_bulk_start() 2626 r.bus.endtime = htonl(time_uptime - sc->sc_ureq_received); in pfsync_bulk_status() 3164 sc->sc_ureq_sent = time_uptime; in pfsync_kstatus_to_softc()
|
/freebsd/sys/x86/x86/ |
H A D | mca.c | 790 delta = (u_int)(time_uptime - last_intr); in update_threshold() 852 cc->last_intr = time_uptime; in cmci_update() 883 cc->last_intr = time_uptime; in amd_thresholding_update()
|