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

/netbsd-6-1-5-RELEASE/sys/dev/scsipi/
H A Dscsipiconf.c140 callout_init(&periph->periph_callout, 0);
H A Dscsipiconf.h403 callout_t periph_callout; member in struct:scsipi_periph
H A Dscsipi_base.c651 callout_stop(&periph->periph_callout);
1516 } else if (!callout_pending(&periph->periph_callout)) {
1518 callout_reset(&periph->periph_callout,
H A Dcd.c1023 if (!callout_pending(&periph->periph_callout))
1025 callout_reset(&periph->periph_callout,
1045 if (!callout_pending(&periph->periph_callout))
1047 callout_reset(&periph->periph_callout,
1067 if (!callout_pending(&periph->periph_callout))
1069 callout_reset(&periph->periph_callout,
H A Dsd.c1452 if (!callout_pending(&periph->periph_callout))
1454 callout_reset(&periph->periph_callout,
H A Dst.c1994 if (!callout_pending(&periph->periph_callout))
1996 callout_reset(&periph->periph_callout,

Completed in 169 milliseconds