Lines Matching defs:mtx
10427 kmutex_t *mtx;
10438 mtx = SFMMU_MLSPL_MTX(type, pp);
10439 mutex_enter(mtx);
10440 return (mtx);
10445 mtx = SFMMU_MLSPL_MTX(type, rootpp);
10446 mutex_enter(mtx);
10468 return (mtx);
10479 mutex_exit(mtx);
10488 return (mtx);
10496 mutex_exit(mtx);
10498 mtx = SFMMU_MLSPL_MTX(type, rootpp);
10499 mutex_enter(mtx);
10500 mutex_exit(mtx);
10508 kmutex_t *mtx;
10515 mtx = SFMMU_MLSPL_MTX(type, pp);
10516 return (MUTEX_HELD(mtx));