Home
last modified time | relevance | path

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

/freebsd/sys/dev/sk/
H A Dif_sk.c198 static void sk_yukon_tick(void *);
2854 sk_yukon_tick(void *xsc_if) in sk_yukon_tick() function
2863 callout_reset(&sc_if->sk_tick_ch, hz, sk_yukon_tick, sc_if); in sk_yukon_tick()
3556 callout_reset(&sc_if->sk_tick_ch, hz, sk_yukon_tick, sc_if); in sk_init_locked()