Searched refs:cp_watchdog_timer (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/dev/cp/
H A Dif_cp.c154 static void cp_watchdog_timer (void *arg);
825 callout_reset (&d->timeout_handle, hz, cp_watchdog_timer, d);
848 static void cp_watchdog_timer (void *arg) function
858 callout_reset (&d->timeout_handle, hz, cp_watchdog_timer, d);
2185 callout_reset (&d->timeout_handle, hz, cp_watchdog_timer, d);

Completed in 175 milliseconds