Searched refs:hpt_timeout (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c427 static void hpt_timeout(void *arg) function
532 callout_reset(&ext->timeout, HPT_OSM_TIMEOUT, hpt_timeout, pCmd);
/freebsd-11-stable/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c421 static void hpt_timeout(void *arg) function
568 callout_reset(&ext->timeout, HPT_OSM_TIMEOUT, hpt_timeout, pCmd);
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c428 static void hpt_timeout(void *arg) function
447 untimeout(hpt_timeout, pCmd, ccb->ccb_h.timeout_ch);
561 callout_reset(&ext->timeout, HPT_OSM_TIMEOUT, hpt_timeout, pCmd);
563 ext->ccb->ccb_h.timeout_ch = timeout(hpt_timeout, pCmd, HPT_OSM_TIMEOUT);
834 ccb->ccb_h.timeout_ch = timeout(hpt_timeout, pCmd, HPT_OSM_TIMEOUT);
/freebsd-11-stable/sys/dev/hptmv/
H A Dentry.c2611 hpt_timeout(void *arg) function
2660 callout_reset(&pmap->timeout, 20 * hz, hpt_timeout, ccb);

Completed in 103 milliseconds