Home | History | Annotate | Download | only in dev

Lines Matching defs:clockctl_mtx

60 kmutex_t clockctl_mtx;
131 mutex_enter(&clockctl_mtx);
133 mutex_exit(&clockctl_mtx);
142 mutex_enter(&clockctl_mtx);
144 mutex_exit(&clockctl_mtx);
163 mutex_init(&clockctl_mtx, MUTEX_DEFAULT, IPL_NONE);
179 mutex_enter(&clockctl_mtx);
181 mutex_exit(&clockctl_mtx);
187 mutex_exit(&clockctl_mtx);
190 mutex_destroy(&clockctl_mtx);