Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dvpm.h198 kmutex_t vpm_mtx; /* protects non list fields */ member
H A Dvpm.c107 #define VPMAPMTX(vpm) (&vpm->vpm_mtx)
266 mutex_init(&vpm->vpm_mtx, NULL, MUTEX_DEFAULT, NULL); in vpm_init()