Symbol: callout_reset_bycpu
sys/dev/crypto/rdrand/rdrand.c
135
callout_reset_bycpu(&sc->sc_rng_co[i],
sys/dev/drm/linux_rcu.c
101
callout_reset_bycpu(&rcu->timer_callout, hz / 10, rcu_timer,
sys/dev/drm/linux_rcu.c
118
callout_reset_bycpu(&rcu->timer_callout, hz / 10, rcu_timer,
sys/dev/netif/bce/if_bce.c
4653
callout_reset_bycpu(&sc->bce_ckmsi_callout, BCE_MSI_CKINTVL,
sys/dev/netif/bce/if_bce.c
4790
callout_reset_bycpu(&sc->bce_tick_callout, hz, bce_tick, sc,
sys/dev/netif/bce/if_bce.c
5897
callout_reset_bycpu(&sc->bce_pulse_callout, hz, bce_pulse, sc,
sys/dev/netif/bce/if_bce.c
5984
callout_reset_bycpu(&sc->bce_tick_callout, hz, bce_tick, sc,
sys/dev/netif/bnx/if_bnx.c
3334
callout_reset_bycpu(&sc->bnx_tick_timer, hz, bnx_tick, sc,
sys/dev/netif/bnx/if_bnx.c
3736
callout_reset_bycpu(&sc->bnx_tick_timer, hz, bnx_tick, sc,
sys/dev/netif/bnx/if_bnx.c
4931
callout_reset_bycpu(&intr->bnx_intr_timer,
sys/dev/netif/em/if_em.c
1527
callout_reset_bycpu(&adapter->tx_gc_timer, 1,
sys/dev/netif/emx/if_emx.c
1468
callout_reset_bycpu(&tdata->tx_gc_timer, 1,
sys/dev/netif/igb/if_igb.c
1072
callout_reset_bycpu(&txr->tx_gc_timer, 1,
sys/dev/netif/igb/if_igb.c
1078
callout_reset_bycpu(&sc->timer, hz, igb_timer, sc, sc->timer_cpuid);
sys/dev/netif/igb/if_igb.c
1318
callout_reset_bycpu(&sc->timer, hz, igb_timer, sc, sc->timer_cpuid);
sys/dev/netif/ix/if_ix.c
1157
callout_reset_bycpu(&txr->tx_gc_timer, 1,
sys/dev/netif/ix/if_ix.c
1163
callout_reset_bycpu(&sc->timer, hz, ix_timer, sc, sc->timer_cpuid);
sys/dev/netif/ix/if_ix.c
1687
callout_reset_bycpu(&sc->timer, hz, ix_timer, sc, sc->timer_cpuid);
sys/dev/netif/ix/if_ix.c
5473
callout_reset_bycpu(&sc->fw_timer, hz, ix_fw_timer, sc,
sys/dev/netif/ix/if_ix.c
665
callout_reset_bycpu(&sc->fw_timer, hz,
sys/dev/netif/jme/if_jme.c
2881
callout_reset_bycpu(&sc->jme_tick_ch, hz, jme_tick, sc,
sys/dev/netif/jme/if_jme.c
483
callout_reset_bycpu(&sc->jme_tick_ch, hz, jme_tick, sc,
sys/dev/netif/mxge/if_mxge.c
4445
callout_reset_bycpu(&sc->co_hdl, mxge_ticks, mxge_tick, sc,
sys/net/altq/altq_rmclass.c
1533
callout_reset_bycpu(&cl->callout_, t, rmc_restart, cl, 0);
sys/net/altq/altq_subr.c
315
callout_reset_bycpu(&tbr_callout, 1, tbr_timeout, NULL, 0);
sys/net/if.c
3750
callout_reset_bycpu(&wd->wd_callout, hz, ifsq_watchdog, wd,
sys/net/ipfw/ip_fw2.c
7418
callout_reset_bycpu(&ipfw_ctx[cpu]->ipfw_stateto_ch, hz,
sys/net/ipfw/ip_fw2.c
7420
callout_reset_bycpu(&ipfw_ctx[cpu]->ipfw_trackto_ch, hz,
sys/net/ipfw/ip_fw2.c
7422
callout_reset_bycpu(&ipfw_ctx[cpu]->ipfw_keepalive_ch, hz,
sys/netinet/igmp.c
139
callout_reset_bycpu(&igmp_slowtimo_ch, IGMP_SLOWTIMO,
sys/netinet/igmp.c
141
callout_reset_bycpu(&igmp_fasttimo_ch, IGMP_FASTTIMO,
sys/netinet/ip_input.c
398
callout_reset_bycpu(&fragq->timeo_ch, IPFRAG_TIMEO,
sys/netinet6/frag6.c
117
callout_reset_bycpu(&frag6_slowtimo_ch, FRAG6_SLOWTIMO,
sys/netinet6/icmp6.c
186
callout_reset_bycpu(&icmp6_fasttimo_ch, ICMP6_FASTTIMO,
sys/netinet6/in6_ifattach.c
949
callout_reset_bycpu(&in6_tmpaddrtimer_ch,
sys/netinet6/nd6.c
187
callout_reset_bycpu(&nd6_slowtimo_ch, ND6_SLOWTIMER_INTERVAL * hz,
sys/netinet6/nd6.c
715
callout_reset_bycpu(&nd6_timer_ch, hz, nd6_timer, NULL, 0);
sys/sys/callout.h
128
void callout_reset_bycpu (struct callout *, int,