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

  /src/sys/dev/pci/
cz.c 174 static void cz_poll(void *);
659 * cz_poll:
665 cz_poll(void *arg) function in typeref:typename:void
671 callout_reset(&cz->cz_callout, cz_timeout_ticks, cz_poll, cz);
980 cz_poll, cz);

Completed in 13 milliseconds