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

/freebsd-11-stable/sys/dev/sbni/
H A Dif_sbni.c46 * the sbni_st and sbni_timeout routines.
119 static timeout_t sbni_timeout; variable
316 callout_reset(&sc->wch, hz/SBNI_HZ, sbni_timeout, sc);
923 sbni_timeout(void *xsc) function
949 callout_reset(&sc->wch, hz/SBNI_HZ, sbni_timeout, sc);

Completed in 50 milliseconds