Home
last modified time | relevance | path

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

/NextBSD/sys/dev/xen/netfront/
HDnetfront.c111 static void xn_tick(void *);
1245 callout_reset(&sc->xn_stat_ch, hz, xn_tick, sc); in xn_tick_locked()
1251 xn_tick(void *xsc) in xn_tick() function
1517 callout_reset(&sc->xn_stat_ch, hz, xn_tick, sc); in xn_ifinit_locked()