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

/freebsd-11-stable/sys/dev/cx/
H A Dif_cx.c202 static void cx_watchdog_timer (void *arg);
1195 callout_reset (&d->timeout_handle, hz, cx_watchdog_timer, d);
1218 static void cx_watchdog_timer (void *arg) function
1228 callout_reset (&d->timeout_handle, hz, cx_watchdog_timer, d);
2466 callout_reset (&d->timeout_handle, hz, cx_watchdog_timer, d);

Completed in 58 milliseconds