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

/freebsd-12-stable/sys/dev/cp/
H A Dif_cp.c212 static void cp_timeout (void *arg) function
253 callout_reset (&timeout_handle, hz, cp_timeout, 0);
2226 callout_reset (&timeout_handle, hz*5, cp_timeout, 0);

Completed in 48 milliseconds