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

/freebsd-10.1-release/sys/dev/xen/netfront/
H A Dnetfront.c151 static void xn_tick(void *);
1445 callout_reset(&sc->xn_stat_ch, hz, xn_tick, sc);
1451 xn_tick(void *xsc) function
1721 callout_reset(&sc->xn_stat_ch, hz, xn_tick, sc);

Completed in 89 milliseconds