Home
last modified time | relevance | path

Searched refs:callout_reset (Results 1 – 25 of 72) sorted by relevance

123

/f-stack/freebsd/mips/cavium/
H A Docteon_rnd.c100 callout_reset(&sc->sc_callout, hz * 5, octeon_rnd_harvest, sc); in octeon_rnd_attach()
132 callout_reset(&sc->sc_callout, hz * 5, octeon_rnd_harvest, sc); in octeon_rnd_harvest()
/f-stack/freebsd/x86/x86/
H A Dmp_watchdog.c109 callout_reset(&watchdog_callout, 1 * hz, watchdog_function, NULL); in watchdog_function()
129 callout_reset(&watchdog_callout, 1 * hz, watchdog_function, in watchdog_change()
/f-stack/freebsd/mips/cavium/octe/
H A Dethernet.c168 callout_reset(&cvm_oct_poll_timer, hz / 50, cvm_do_timer, NULL); in cvm_do_timer()
178 callout_reset(&cvm_oct_poll_timer, hz / 50, cvm_do_timer, NULL); in cvm_do_timer()
182 callout_reset(&cvm_oct_poll_timer, hz, cvm_do_timer, NULL); in cvm_do_timer()
456 callout_reset(&cvm_oct_poll_timer, hz, cvm_do_timer, NULL); in cvm_oct_init_module()
/f-stack/freebsd/kern/
H A Duipc_domain.c270 callout_reset(&pffast_callout, 1, pffasttimo, NULL); in domainfinalize()
271 callout_reset(&pfslow_callout, 1, pfslowtimo, NULL); in domainfinalize()
490 callout_reset(&pfslow_callout, hz/2, pfslowtimo, NULL); in pfslowtimo()
506 callout_reset(&pffast_callout, hz/5, pffasttimo, NULL); in pffasttimo()
H A Dkern_cons.c632 callout_reset(&conscallout, hz / constty_wakeups_per_second, in constty_timeout()
680 callout_reset(&beeping_timer, period, sysbeepstop, NULL); in sysbeep()
H A Dkern_ntptime.c1063 callout_reset(&resettodr_callout, resettodr_period * hz, in sysctl_resettodr_period()
1082 callout_reset(&resettodr_callout, resettodr_period * hz, in start_periodic_resettodr()
/f-stack/freebsd/arm/mv/armada/
H A Dthermal.c210 callout_reset(&sc->temp_upd, hz, armada_temp_update, sc); in armada_thermal_attach()
314 callout_reset(&sc->temp_upd, hz, armada_temp_update, sc); in armada_temp_update()
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_ft5406.c172 callout_reset(&sc->sc_callout, sc->sc_tick, ft5406ts_callout, sc); in ft5406ts_callout()
194 callout_reset(&sc->sc_callout, sc->sc_tick, ft5406ts_callout, sc); in ft5406ts_ev_open()
H A Dbcm2835_rng.c295 callout_reset(&sc->sc_rngto, RNG_CALLOUT_TICKS, bcm2835_rng_harvest, sc); in bcm2835_rng_harvest()
421 callout_reset(&sc->sc_rngto, hz, bcm2835_rng_harvest, sc); in bcm2835_rng_attach()
/f-stack/freebsd/net80211/
H A Dieee80211_dfs.c194 callout_reset(&dfs->cac_timer, CAC_TIMEOUT, cac_timeout, vap); in ieee80211_dfs_cac_start()
341 callout_reset(&dfs->nol_timer, NOL_TIMEOUT, in ieee80211_dfs_notify_radar()
/f-stack/freebsd/netinet/
H A Dtcp_hostcache.c255 callout_reset(&V_tcp_hc_callout, V_tcp_hostcache.prune * hz, in tcp_hc_init()
729 callout_reset(&V_tcp_hc_callout, V_tcp_hostcache.prune * hz, in tcp_hc_purge()
749 callout_reset(&V_tcp_hc_callout, V_tcp_hostcache.prune * hz, in sysctl_tcp_hc_purgenow()
H A Dtcp_timer.c371 callout_reset(&tp->t_timers->tt_2msl, in tcp_timer_2msl()
441 callout_reset(&tp->t_timers->tt_keep, in tcp_timer_keep()
483 callout_reset(&tp->t_timers->tt_keep, TP_KEEPINTVL(tp), in tcp_timer_keep()
486 callout_reset(&tp->t_timers->tt_keep, TP_KEEPIDLE(tp), in tcp_timer_keep()
H A Dif_ether.c588 canceled = callout_reset(&la->lle_timer, hz * V_arpt_down, in arpresolve_full()
1277 canceled = callout_reset(&la->lle_timer, in arp_mark_lle_reachable()
1388 rescheduled = callout_reset(&ia->ia_garp_timer, in garp_rexmit()
1425 if (callout_reset(&ia->ia_garp_timer, (1 << ia->ia_garp_count) * hz, in garp_timer_start()
H A Dtcp_fastopen.c531 callout_reset(&ctx->c, V_tcp_fastopen_autokey * hz, in tcp_fastopen_autokey_callout()
680 callout_reset(&V_tcp_fastopen_autokey_ctx.c, in sysctl_net_inet_tcp_fastopen_autokey()
745 callout_reset(&V_tcp_fastopen_autokey_ctx.c, in sysctl_net_inet_tcp_fastopen_server_enable()
H A Dip_carp.c1049 callout_reset(&sc->sc_ad_tmo, tvtohz(&tv), carp_send_ad, sc); in carp_send_ad_locked()
1340 callout_reset(&sc->sc_md_tmo, tvtohz(&tv), in carp_setrun()
1346 callout_reset(&sc->sc_md6_tmo, tvtohz(&tv), in carp_setrun()
1353 callout_reset(&sc->sc_md_tmo, tvtohz(&tv), in carp_setrun()
1358 callout_reset(&sc->sc_md6_tmo, tvtohz(&tv), in carp_setrun()
1367 callout_reset(&sc->sc_ad_tmo, tvtohz(&tv), in carp_setrun()
H A Dip_mroute.c682 callout_reset(&V_expire_upcalls_ch, EXPIRE_TIMEOUT, expire_upcalls, in ip_mrouter_init()
684 callout_reset(&V_bw_upcalls_ch, BW_UPCALLS_PERIOD, expire_bw_upcalls_send, in ip_mrouter_init()
686 callout_reset(&V_bw_meter_ch, BW_METER_PERIOD, expire_bw_meter_process, in ip_mrouter_init()
1479 callout_reset(&V_expire_upcalls_ch, EXPIRE_TIMEOUT, expire_upcalls, in expire_upcalls()
2291 callout_reset(&V_bw_upcalls_ch, BW_UPCALLS_PERIOD, expire_bw_upcalls_send, in expire_bw_upcalls_send()
2308 callout_reset(&V_bw_meter_ch, BW_METER_PERIOD, expire_bw_meter_process, in expire_bw_meter_process()
/f-stack/tools/compat/include/sys/
H A Dcallout.h112 #define callout_reset(c, on_tick, fn, arg) \ macro
/f-stack/freebsd/sys/
H A Dcallout.h114 #define callout_reset(c, on_tick, fn, arg) \ macro
/f-stack/freebsd/net/altq/
H A Daltq_var.h172 #define CALLOUT_RESET(c,t,f,a) callout_reset((c),(t),(f),(a))
/f-stack/freebsd/netpfil/pf/
H A Dif_pfsync.c1202 callout_reset(&sc->sc_bulkfail_tmo, 4 * hz + in pfsync_in_bus()
1486 callout_reset(&sc->sc_bulkfail_tmo, 5 * hz, pfsync_bulk_fail, in pfsyncioctl()
1741 callout_reset(&b->b_tmo, 1 * hz, pfsync_timeout, b); in pfsync_insert_state()
1786 callout_reset(&pd->pd_tmo, 10, pfsync_defer_tmo, pd); in pfsync_defer()
1897 callout_reset(&b->b_tmo, 1 * hz, pfsync_timeout, b); in pfsync_update_state()
2038 callout_reset(&b->b_tmo, 1 * hz, pfsync_timeout, b); in pfsync_delete_state()
2147 callout_reset(&sc->sc_bulk_tmo, 1, pfsync_bulk_update, sc); in pfsync_bulk_start()
2193 callout_reset(&sc->sc_bulk_tmo, 1, in pfsync_bulk_update()
2244 callout_reset(&sc->sc_bulkfail_tmo, 5 * hz, in pfsync_bulk_fail()
/f-stack/freebsd/netinet6/
H A Dnd6.c227 callout_reset(&V_nd6_slowtimo_ch, ND6_SLOWTIMER_INTERVAL * hz, in nd6_init()
231 callout_reset(&V_nd6_timer_ch, hz, nd6_timer, curvnet); in nd6_init()
540 canceled = callout_reset(&ln->lle_timer, INT_MAX, in nd6_llinfo_settimer_locked()
544 canceled = callout_reset(&ln->lle_timer, tick, in nd6_llinfo_settimer_locked()
1073 callout_reset(&V_nd6_timer_ch, V_nd6_prune * hz, in nd6_timer()
2107 callout_reset(&V_nd6_slowtimo_ch, ND6_SLOWTIMER_INTERVAL * hz, in nd6_slowtimo()
H A Din6_ifattach.c837 callout_reset(&V_in6_tmpaddrtimer_ch, in in6_tmpaddrtimer()
893 callout_reset(&V_in6_tmpaddrtimer_ch, in in6_ifattach_init()
/f-stack/freebsd/netgraph/netflow/
H A Dng_netflow.c353 callout_reset(&priv->exp_callout, (1*hz), &ng_netflow_expire, in ng_netflow_newhook()
362 callout_reset(&priv->exp_callout, (1*hz), &ng_netflow_expire, in ng_netflow_newhook()
/f-stack/freebsd/arm/mv/
H A Dgpio.c721 callout_reset(c, DEBOUNCE_CHECK_TICKS, mv_gpio_debounce, sd); in mv_gpio_debounce_start()
753 callout_reset(sc->debounce_callouts[pin], in mv_gpio_debounce()
758 callout_reset(sc->debounce_callouts[pin], in mv_gpio_debounce()
/f-stack/freebsd/contrib/vchiq/interface/compat/
H A Dvchi_bsd.c103 callout_reset(&t->callout, expires - jiffies, run_timer, t); in vchiq_mod_timer()

123