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

/freebsd-10.2-release/sys/dev/hpt27xx/
H A Dhpt27xx_os_bsd.c240 static void os_timer_for_ldm(void *arg) function
254 os_timer_for_ldm, vbus_ext, 0);
256 untimeout(os_timer_for_ldm, vbus_ext, vbus_ext->timer);
257 vbus_ext->timer = timeout(os_timer_for_ldm, vbus_ext, interval * hz / 1000000);
/freebsd-10.2-release/sys/dev/hptrr/
H A Dhptrr_os_bsd.c212 static void os_timer_for_ldm(void *arg) function
225 os_timer_for_ldm, vbus_ext, 0);
/freebsd-10.2-release/sys/dev/hptnr/
H A Dhptnr_os_bsd.c226 static void os_timer_for_ldm(void *arg) function
239 os_timer_for_ldm, vbus_ext, 0);

Completed in 57 milliseconds