Home
last modified time | relevance | path

Searched refs:time_uptime (Results 1 – 25 of 64) sorted by relevance

123

/dragonfly/sys/netinet6/
H A Din6_rmx.c331 (rt->rt_rmx.rmx_expire - time_uptime > in in6_rtqkill()
334 time_uptime + rtq_reallyold; in in6_rtqkill()
377 arg.nextstop = time_uptime + rtq_timeout; in in6_rtqtimo_dispatch()
397 last_adjusted_timeout = time_uptime; in in6_rtqtimo_dispatch()
408 atv.tv_sec = arg.nextstop - time_uptime; in in6_rtqtimo_dispatch()
411 arg.nextstop = time_uptime + atv.tv_sec; in in6_rtqtimo_dispatch()
415 arg.nextstop = time_uptime + atv.tv_sec; in in6_rtqtimo_dispatch()
439 if (rt->rt_rmx.rmx_expire <= time_uptime) { in in6_mtuexpire()
484 atv.tv_sec = arg.nextstop - time_uptime; in in6_mtutimo_dispatch()
487 arg.nextstop = time_uptime + atv.tv_sec; in in6_mtutimo_dispatch()
[all …]
H A Dip6_forward.c107 if (ip6_log_time + ip6_log_interval < time_uptime) { in ip6_forward()
108 ip6_log_time = time_uptime; in ip6_forward()
202 if (ip6_log_time + ip6_log_interval < time_uptime) { in ip6_forward()
203 ip6_log_time = time_uptime; in ip6_forward()
H A Dnd6.c481 if (ln->ln_expire > time_uptime) { in nd6_timer_dispatch()
526 ln->ln_expire = time_uptime + in nd6_timer_dispatch()
534 ln->ln_expire = time_uptime + nd6_gctimer; in nd6_timer_dispatch()
549 ln->ln_expire = time_uptime + in nd6_timer_dispatch()
562 ln->ln_expire = time_uptime + in nd6_timer_dispatch()
1169 ln->ln_expire = time_uptime + in nd6_nud_hint()
1239 ln->ln_expire = time_uptime; in nd6_rtrequest()
1323 ln->ln_expire = time_uptime; in nd6_rtrequest()
1818 ln->ln_expire = time_uptime; in nd6_cache_lladdr()
2042 ln->ln_expire = time_uptime + nd6_gctimer; in nd6_resolve()
[all …]
H A Din6.c627 lt->ia6t_vltime + time_uptime < time_uptime) in in6_control_internal()
630 lt->ia6t_pltime + time_uptime < time_uptime) in in6_control_internal()
683 time_uptime + ia->ia6_lifetime.ia6t_vltime; in in6_control_internal()
689 time_uptime + ia->ia6_lifetime.ia6t_pltime; in in6_control_internal()
975 && lt->ia6t_vltime + time_uptime < time_uptime) { in in6_update_ifa()
988 && lt->ia6t_pltime + time_uptime < time_uptime) { in in6_update_ifa()
1083 time_uptime + ia->ia6_lifetime.ia6t_vltime; in in6_update_ifa()
1088 time_uptime + ia->ia6_lifetime.ia6t_pltime; in in6_update_ifa()
H A Dnd6_rtr.c266 dr0.expire = time_uptime + dr0.rtlifetime; in nd6_ra_input()
1024 storedlifetime = lt6_tmp.ia6t_expire - time_uptime; in prelist_update()
1707 0 : (ia0->ia6_lifetime.ia6t_expire - time_uptime); in in6_tmpifadd()
1714 0 : (ia0->ia6_lifetime.ia6t_preferred - time_uptime); in in6_tmpifadd()
1765 ndpr->ndpr_preferred = time_uptime + ndpr->ndpr_pltime; in in6_init_prefix_ltimes()
1769 ndpr->ndpr_expire = time_uptime + ndpr->ndpr_vltime; in in6_init_prefix_ltimes()
1781 lt6->ia6t_expire = time_uptime; in in6_init_address_ltimes()
1789 lt6->ia6t_preferred = time_uptime; in in6_init_address_ltimes()
H A Dnd6_nbr.c721 ln->ln_expire = time_uptime + in nd6_na_input()
726 ln->ln_expire = time_uptime + nd6_gctimer; in nd6_na_input()
780 ln->ln_expire = time_uptime + nd6_gctimer; in nd6_na_input()
803 ln->ln_expire = time_uptime + in nd6_na_input()
809 ln->ln_expire = time_uptime + nd6_gctimer; in nd6_na_input()
H A Din6.h430 (a)->ia6_lifetime.ia6t_preferred < time_uptime)
434 (a)->ia6_lifetime.ia6t_expire < time_uptime)
/dragonfly/sys/netinet/
H A Din_rmx.c257 rt->rt_rmx.rmx_expire = time_uptime + rtq_reallyold; in in_closeroute()
291 if (ap->draining || rt->rt_rmx.rmx_expire <= time_uptime) { in in_rtqkill()
303 (int)(rt->rt_rmx.rmx_expire - time_uptime) > in in_rtqkill()
305 rt->rt_rmx.rmx_expire = time_uptime + in in_rtqkill()
344 arg.nextstop = time_uptime + rtq_timeout; in in_rtqtimo_dispatch()
364 last_adjusted_timeout = time_uptime; in in_rtqtimo_dispatch()
375 atv.tv_sec = arg.nextstop - time_uptime; in in_rtqtimo_dispatch()
378 arg.nextstop = time_uptime + atv.tv_sec; in in_rtqtimo_dispatch()
382 arg.nextstop = time_uptime + atv.tv_sec; in in_rtqtimo_dispatch()
414 pcpu->lastdrain = time_uptime; in in_rtqdrain_oncpu()
[all …]
H A Dif_ether.c197 if (la->la_rt->rt_expire && la->la_rt->rt_expire <= time_uptime) in arptimer_dispatch()
252 rt->rt_expire = time_uptime; in arp_rtrequest()
552 if ((rt->rt_expire == 0 || rt->rt_expire > time_uptime) && in arpresolve()
560 (time_uptime + la->la_preempt > rt->rt_expire)) { in arpresolve()
606 if (la->la_asked == 0 || rt->rt_expire != time_uptime) { in arpresolve()
607 rt->rt_expire = time_uptime; in arpresolve()
841 if (rt->rt_expire != time_uptime + arpt_keep && in arp_update_oncpu()
842 rt->rt_expire != time_uptime + arpt_keep - 1) { in arp_update_oncpu()
843 rt->rt_expire = time_uptime + arpt_keep; in arp_update_oncpu()
/dragonfly/sys/net/ipfw3_basic/
H A Dip_fw3_state.c211 s->timestamp = time_uptime; in check_check_state()
226 s->timestamp = time_uptime; in check_check_state()
326 s->timestamp = time_uptime; in check_keep_state()
452 sysctl_var_udp_timeout - time_uptime; in ip_fw3_ctl_state_get()
467 sysctl_var_udp_timeout - time_uptime; in ip_fw3_ctl_state_get()
482 sysctl_var_udp_timeout - time_uptime; in ip_fw3_ctl_state_get()
497 sysctl_var_udp_timeout - time_uptime; in ip_fw3_ctl_state_get()
512 sysctl_var_udp_timeout - time_uptime; in ip_fw3_ctl_state_get()
527 sysctl_var_udp_timeout - time_uptime; in ip_fw3_ctl_state_get()
558 if (time_uptime - s->timestamp > sysctl_var_tcp_timeout) { in ip_fw3_state_cleanup_dispatch()
[all …]
/dragonfly/sys/libkern/
H A Darc4random.c80 d->arc4_nextreseed = time_uptime + ARC4_RESEED_SECONDS; in arc4_randomstir()
108 time_uptime > d->arc4_nextreseed) in karc4random()
126 time_uptime > d->arc4_nextreseed) in karc4random64()
153 time_uptime > d->arc4_nextreseed) in karc4random_buf()
/dragonfly/sys/dev/misc/musycc/
H A Dmusycc.c457 time_uptime - scp->last_recv, time_uptime - scp->last_rxerr); in status_chans()
713 sch->last_recv = time_uptime; in musycc_intr0_rx_eom()
731 sch->last_rdrop = time_uptime; in musycc_intr0_rx_eom()
735 sch->last_rxerr = time_uptime; in musycc_intr0_rx_eom()
738 sch->last_rxerr = time_uptime; in musycc_intr0_rx_eom()
741 sch->last_rxerr = time_uptime; in musycc_intr0_rx_eom()
744 sch->last_rxerr = time_uptime; in musycc_intr0_rx_eom()
747 sch->last_rxerr = time_uptime; in musycc_intr0_rx_eom()
1123 sch->last_txdrop = time_uptime; in musycc_rcvdata()
1152 sch->last_txerr = time_uptime; in musycc_rcvdata()
[all …]
/dragonfly/sys/vm/
H A Dvm_pageout.c2000 if (save_time != time_uptime) { in vm_pageout_page_stats()
2001 save_time = time_uptime; in vm_pageout_page_stats()
2354 vm_pagedaemon_uptime = time_uptime; in vm_pageout_thread()
2371 warn_time = time_uptime; in vm_pageout_thread()
2493 vm_pagedaemon_uptime = time_uptime; in vm_pageout_thread()
2512 if (save_time3 != time_uptime) { in vm_pageout_thread()
2513 save_time3 = time_uptime; in vm_pageout_thread()
2561 if (save_time2 != time_uptime) { in vm_pageout_thread()
2562 save_time2 = time_uptime; in vm_pageout_thread()
2705 warn_time = time_uptime; in vm_pageout_thread()
[all …]
/dragonfly/sys/net/ipfw3_nat/
H A Dip_fw3_nat.c341 s2->timestamp = time_uptime; in ip_fw3_nat()
345 s->timestamp = time_uptime; in ip_fw3_nat()
551 sysctl_var_icmp_timeout - time_uptime; in ip_fw3_ctl_nat_get_record()
577 sysctl_var_icmp_timeout - time_uptime; in ip_fw3_ctl_nat_get_record()
607 sysctl_var_tcp_timeout - time_uptime; in ip_fw3_ctl_nat_get_record()
632 sysctl_var_icmp_timeout - time_uptime; in ip_fw3_ctl_nat_get_record()
663 sysctl_var_udp_timeout - time_uptime; in ip_fw3_ctl_nat_get_record()
688 sysctl_var_icmp_timeout - time_uptime; in ip_fw3_ctl_nat_get_record()
943 if (time_uptime - s->timestamp > sysctl_var_icmp_timeout) { in nat_cleanup_func_dispatch()
962 if (time_uptime - s->timestamp > sysctl_var_tcp_timeout) { in nat_cleanup_func_dispatch()
[all …]
/dragonfly/sys/netgraph7/netflow/
H A Dnetflow.c73 #define INACTIVE(fle) (time_uptime - fle->f.last > priv->info.nfinfo_inact_t)
74 #define AGED(fle) (time_uptime - fle->f.first > priv->info.nfinfo_act_t)
261 fle->f.first = fle->f.last = time_uptime; in hash_insert()
480 fle->f.last = time_uptime; in ng_netflow_flow_add()
595 header->sys_uptime = htonl(MILLIUPTIME(time_uptime)); in export_send()
/dragonfly/sys/kern/
H A Dkern_ntptime.c644 time_reftime = time_uptime; in hardupdate()
648 time_reftime = time_uptime; in hardupdate()
649 mtemp = time_uptime - time_reftime; in hardupdate()
661 time_reftime = time_uptime; in hardupdate()
H A Dvfs_sync.c380 starttime = time_uptime; in syncer_thread()
484 if (time_uptime == starttime && in syncer_thread()
487 if (time_uptime == starttime && in syncer_thread()
/dragonfly/sys/dev/raid/twe/
H A Dtwe.c1275 expiry = time_uptime + timeout; in twe_wait_status()
1282 } while (time_uptime <= expiry); in twe_wait_status()
1568 expiry = time_uptime + timeout;
1577 } while ((time_uptime <= expiry) && !found);
1750 if (time_uptime > (lastwarn[0] + 5)) { in twe_check_bits()
1754 lastwarn[0] = time_uptime; in twe_check_bits()
1760 if (time_uptime > (lastwarn[1] + 5)) { in twe_check_bits()
1764 lastwarn[1] = time_uptime; in twe_check_bits()
/dragonfly/sys/vfs/nfs/
H A Dbootp_subr.c775 (rtimo == 0 || time_uptime >= rtimo)) { in bootpc_call()
793 atimo = timo + time_uptime; in bootpc_call()
794 while (time_uptime < atimo) { in bootpc_call()
809 gctx->secs = time_uptime - gctx->starttime; in bootpc_call()
892 atimo = time_uptime + in bootpc_call()
898 rtimo = time_uptime + in bootpc_call()
927 if (rtimo != 0 && time_uptime >= rtimo) in bootpc_call()
1539 gctx->starttime = time_uptime; in bootpc_init()
/dragonfly/sys/dev/raid/mlx/
H A Dmlx.c837 sc->mlx_pause.mp_when = time_uptime + mp->mp_when; in mlx_ioctl()
988 (time_uptime >= sc->mlx_pause.mp_when)){ in mlx_periodic()
1001 if (time_uptime >= sc->mlx_pause.mp_howlong) { in mlx_periodic()
1006 sysbeep((time_uptime % 5) * 100 + 500, hz/8); in mlx_periodic()
1012 } else if (time_uptime > (sc->mlx_lastpoll + 10)) { in mlx_periodic()
1013 sc->mlx_lastpoll = time_uptime; in mlx_periodic()
1380 failsafe = ((sc->mlx_pause.mp_howlong - time_uptime) + 5) / 30; in mlx_pause_action()
1383 sc->mlx_pause.mp_howlong = time_uptime + (0xf * 30) - 5; in mlx_pause_action()
1429 channel, (long)(sc->mlx_pause.mp_howlong - time_uptime)); in mlx_pause_done()
2086 mc->mc_timeout = time_uptime + 60; in mlx_start()
/dragonfly/sys/net/sl/
H A Dif_sl.c801 time_uptime >= sc->sc_starttime + ABT_WINDOW) in slinput()
807 if (time_uptime >= sc->sc_lasttime + ABT_IDLE) { in slinput()
809 sc->sc_starttime = time_uptime; in slinput()
818 sc->sc_lasttime = time_uptime; in slinput()
/dragonfly/sys/dev/acpica/
H A Dacpi_thermal.c495 time_uptime - sc->tz_error_time > TZ_SILENCE_ERROR) { in acpi_tz_get_temperature()
496 if (time_uptime - sc->tz_error_time < TZ_RETRY_ERROR) in acpi_tz_get_temperature()
498 sc->tz_error_time = time_uptime - TZ_SILENCE_ERROR; in acpi_tz_get_temperature()
508 sc->tz_error_time = time_uptime; in acpi_tz_get_temperature()
516 sc->tz_error_time = time_uptime; in acpi_tz_get_temperature()
/dragonfly/sys/dev/drm/include/linux/
H A Dtime.h133 return time_uptime; in get_seconds()
/dragonfly/sys/dev/raid/tws/
H A Dtws_services.h133 #define TWS_LOCAL_TIME time_uptime
/dragonfly/sys/dev/netif/mn/
H A Dif_mn.c411 pos += ksprintf(r + pos, "%lu s", time_uptime - sch->last_recv); in ngmn_rcvmsg()
417 pos += ksprintf(r + pos, "%lu s", time_uptime - sch->last_rxerr); in ngmn_rcvmsg()
423 pos += ksprintf(r + pos, "%lu s\n", time_uptime - sch->last_xmit); in ngmn_rcvmsg()
1088 sc->ch[chan]->last_xmit = time_uptime; in mn_tx_intr()
1126 sch->last_recv = time_uptime; in mn_rx_intr()
1145 sch->last_rxerr = time_uptime; in mn_rx_intr()

123