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

/freebsd-13-stable/sys/dev/ida/
H A Dida.c68 static void ida_timeout(void *arg);
552 callout_reset(&ida->ch, hz * 5, ida_timeout, ida);
707 callout_reset(&ida->ch, hz * 5, ida_timeout, ida);
713 ida_timeout(void *arg) function

Completed in 28 milliseconds