HomeSort by: relevance | last modified time | path
    Searched defs:dzscan_ch (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/dec/
dz.c 209 struct callout dzscan_ch; variable in typeref:struct:callout
247 callout_init(&dzscan_ch, 0);
248 callout_reset(&dzscan_ch, hz, dzscan, NULL);
753 callout_reset(&dzscan_ch, hz, dzscan, NULL);

Completed in 12 milliseconds