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

/freebsd-10.2-release/sys/dev/virtio/network/
H A Dif_vtnetvar.h165 struct callout vtnet_tick_ch; member in struct:vtnet_softc
H A Dif_vtnet.c363 callout_init_mtx(&sc->vtnet_tick_ch, VTNET_CORE_MTX(sc), 0);
427 callout_drain(&sc->vtnet_tick_ch);
2671 callout_schedule(&sc->vtnet_tick_ch, hz);
2814 callout_stop(&sc->vtnet_tick_ch);
3074 callout_reset(&sc->vtnet_tick_ch, hz, vtnet_tick, sc);

Completed in 54 milliseconds