Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/
H A Dclockctl.c61 int clockctl_refcnt; variable
132 clockctl_refcnt++; in clockctlopen()
143 clockctl_refcnt--; in clockctlclose()
180 if (clockctl_refcnt != 0) { in clockctl_modcmd()