Home
last modified time | relevance | path

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

/dragonfly/sys/dev/acpica/
H A Dacpi_ec.c883 int count, i, need_poll, slp_ival; in EcWaitEvent() local
902 slp_ival = hz / 1000; in EcWaitEvent()
903 if (slp_ival != 0) { in EcWaitEvent()
907 slp_ival = 1; in EcWaitEvent()
919 tsleep(sc, 0, "ecgpe", slp_ival); in EcWaitEvent()