Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dcorectl.c88 mutex_enter(&ccp->ccc_mtx); in corectl_content_value()
90 mutex_exit(&ccp->ccc_mtx); in corectl_content_value()
98 mutex_enter(&ccp->ccc_mtx); in corectl_content_set()
100 mutex_exit(&ccp->ccc_mtx); in corectl_content_set()
/illumos-gate/usr/src/uts/common/sys/
H A Dcorectl.h105 kmutex_t ccc_mtx; member