Home
last modified time | relevance | path

Searched refs:cz_timeout_ticks (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/dev/pci/
Dcz.c180 static int cz_timeout_ticks; variable
362 if (cz_timeout_ticks == 0) in cz_attach()
363 cz_timeout_ticks = uimax(1, hz * CZ_POLL_MS / 1000); in cz_attach()
366 cz_timeout_ticks, cz_timeout_ticks == 1 ? "" : "s"); in cz_attach()
671 callout_reset(&cz->cz_callout, cz_timeout_ticks, cz_poll, cz); in cz_poll()
979 callout_reset(&cz->cz_callout, cz_timeout_ticks, in czttyopen()