Searched refs:vmmdev_mtx (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/amd64/vmm/
H A Dvmm_dev.c83 static struct mtx vmmdev_mtx; variable in typeref:struct:mtx
152 mtx_assert(&vmmdev_mtx, MA_OWNED);
741 mtx_lock(&vmmdev_mtx);
743 mtx_unlock(&vmmdev_mtx);
763 mtx_lock(&vmmdev_mtx);
766 mtx_unlock(&vmmdev_mtx);
779 mtx_unlock(&vmmdev_mtx);
825 mtx_lock(&vmmdev_mtx);
827 mtx_unlock(&vmmdev_mtx);
843 mtx_lock(&vmmdev_mtx);
[all...]

Completed in 100 milliseconds