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

  /src/sys/dev/
clockctl.c 60 kmutex_t clockctl_mtx; variable in typeref:typename:kmutex_t
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);
    [all...]
clockctl.c 60 kmutex_t clockctl_mtx; variable in typeref:typename:kmutex_t
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);
    [all...]

Completed in 120 milliseconds