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

  /src/sys/dev/sysmon/
sysmon_envsys.c 87 kmutex_t sme_global_mtx; variable in typeref:typename:kmutex_t
120 mutex_init(&sme_global_mtx, MUTEX_DEFAULT, IPL_NONE);
154 mutex_destroy(&sme_global_mtx);
207 mutex_enter(&sme_global_mtx);
215 mutex_exit(&sme_global_mtx);
220 mutex_exit(&sme_global_mtx);
710 mutex_enter(&sme_global_mtx);
713 mutex_exit(&sme_global_mtx);
717 mutex_exit(&sme_global_mtx);
802 mutex_enter(&sme_global_mtx);
    [all...]
sysmon_envsys.c 87 kmutex_t sme_global_mtx; variable in typeref:typename:kmutex_t
120 mutex_init(&sme_global_mtx, MUTEX_DEFAULT, IPL_NONE);
154 mutex_destroy(&sme_global_mtx);
207 mutex_enter(&sme_global_mtx);
215 mutex_exit(&sme_global_mtx);
220 mutex_exit(&sme_global_mtx);
710 mutex_enter(&sme_global_mtx);
713 mutex_exit(&sme_global_mtx);
717 mutex_exit(&sme_global_mtx);
802 mutex_enter(&sme_global_mtx);
    [all...]

Completed in 56 milliseconds