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

/freebsd-13-stable/sys/dev/hpt27xx/
H A Dhpt27xx_os_bsd.c242 static void os_timer_for_ldm(void *arg) function
256 os_timer_for_ldm, vbus_ext, 0);
258 untimeout(os_timer_for_ldm, vbus_ext, vbus_ext->timer);
259 vbus_ext->timer = timeout(os_timer_for_ldm, vbus_ext, interval * hz / 1000000);
/freebsd-13-stable/sys/dev/hptrr/
H A Dhptrr_os_bsd.c214 static void os_timer_for_ldm(void *arg) function
227 os_timer_for_ldm, vbus_ext, 0);
/freebsd-13-stable/sys/dev/hptnr/
H A Dhptnr_os_bsd.c228 static void os_timer_for_ldm(void *arg) function
241 os_timer_for_ldm, vbus_ext, 0);

Completed in 78 milliseconds