Home
last modified time | relevance | path

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

/freebsd/sys/dev/hifn/
H A Dhifn7751.c161 static void hifn_tick(void *);
587 callout_reset(&sc->sc_tickto, hz, hifn_tick, sc); in hifn_attach()
2080 hifn_tick(void* vsc) in hifn_tick() function
2109 callout_reset(&sc->sc_tickto, hz, hifn_tick, sc); in hifn_tick()