Searched refs:pcn_stat_callout (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/pcn/
H A Dif_pcn.c606 callout_init_mtx(&sc->pcn_stat_callout, &sc->pcn_mtx, 0);
710 callout_drain(&sc->pcn_stat_callout);
982 callout_reset(&sc->pcn_stat_callout, hz, pcn_tick, sc);
1304 callout_reset(&sc->pcn_stat_callout, hz, pcn_tick, sc);
1463 callout_stop(&sc->pcn_stat_callout);
H A Dif_pcnreg.h466 struct callout pcn_stat_callout; member in struct:pcn_softc

Completed in 15 milliseconds