HomeSort by: relevance | last modified time | path
    Searched refs:periph_callout (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/scsipi/
scsipiconf.c 150 callout_init(&periph->periph_callout, 0);
scsipiconf.h 432 callout_t periph_callout; member in struct:scsipi_periph
cd.c 966 if (!callout_pending(&periph->periph_callout))
968 callout_reset(&periph->periph_callout,
988 if (!callout_pending(&periph->periph_callout))
990 callout_reset(&periph->periph_callout,
1010 if (!callout_pending(&periph->periph_callout))
1012 callout_reset(&periph->periph_callout,
scsipi_base.c 763 callout_stop(&periph->periph_callout);
1873 } else if (!callout_pending(&periph->periph_callout)) {
1875 callout_reset(&periph->periph_callout,
st.c 2181 if (!callout_pending(&periph->periph_callout))
2183 callout_reset(&periph->periph_callout,
sd.c 1173 if (!callout_pending(&periph->periph_callout))
1175 callout_reset(&periph->periph_callout,

Completed in 22 milliseconds