Home
last modified time | relevance | path

Searched refs:sc_stat_ch (Results 1 – 8 of 8) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/usb/
H A Dif_smscvar.h88 callout_t sc_stat_ch; member
H A Dif_urlreg.h169 struct callout sc_stat_ch; member
H A Dif_udavreg.h183 struct callout sc_stat_ch; member
H A Dif_smsc.c616 callout_reset(&sc->sc_stat_ch, hz, smsc_tick, sc); in smsc_init()
682 callout_stop(&sc->sc_stat_ch); in smsc_stop()
1129 callout_init(&sc->sc_stat_ch, 0); in smsc_attach()
1143 callout_stop(&sc->sc_stat_ch); in smsc_detach()
1221 callout_reset(&sc->sc_stat_ch, hz, smsc_tick, sc); in smsc_tick_task()
H A Dif_url.c321 callout_init(&sc->sc_stat_ch, 0); in url_attach()
348 callout_stop(&sc->sc_stat_ch); in url_detach()
594 callout_reset(&sc->sc_stat_ch, hz, url_tick, sc); in url_init()
1146 callout_stop(&sc->sc_stat_ch); in url_stop()
1317 callout_reset(&sc->sc_stat_ch, hz, url_tick, sc); in url_tick_task()
H A Dif_udav.c327 callout_init(&sc->sc_stat_ch, 0); in udav_attach()
354 callout_stop(&sc->sc_stat_ch); in udav_detach()
716 callout_reset(&sc->sc_stat_ch, hz, udav_tick, sc); in udav_init()
1286 callout_stop(&sc->sc_stat_ch); in udav_stop()
1459 callout_reset(&sc->sc_stat_ch, hz, udav_tick, sc); in udav_tick_task()
H A Dif_upl.c137 struct callout sc_stat_ch; member
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dif_kse.c214 callout_t sc_stat_ch; /* statistics counter callout */ member
485 callout_init(&sc->sc_stat_ch, 0); in kse_attach()
792 callout_reset(&sc->sc_stat_ch, hz * 60, stat_tick, sc); in kse_init()
813 callout_stop(&sc->sc_stat_ch); in kse_stop()
1421 callout_reset(&sc->sc_stat_ch, hz * 60, stat_tick, arg); in stat_tick()