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

/freebsd-9.3-release/sys/dev/xen/netfront/
H A Dnetfront.c286 struct callout xn_stat_ch; member in struct:netfront_info
1448 callout_reset(&sc->xn_stat_ch, hz, xn_tick, sc);
1724 callout_reset(&sc->xn_stat_ch, hz, xn_tick, sc);
1882 callout_stop(&sc->xn_stat_ch);
2130 callout_init(&np->xn_stat_ch, CALLOUT_MPSAFE);
2180 callout_drain(&info->xn_stat_ch);

Completed in 97 milliseconds