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

/freebsd-12-stable/sys/dev/ixl/
H A Dif_ixl.c134 static void ixl_admin_timer(void *arg);
446 ixl_admin_timer(void *arg) function
707 callout_reset(&pf->admin_timer, hz/2, ixl_admin_timer, pf);
804 callout_reset(&pf->admin_timer, hz/2, ixl_admin_timer, pf);

Completed in 103 milliseconds