Home
last modified time | relevance | path

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

/freebsd-12.1/sys/amd64/vmm/
H A Dvmm_dev.c88 static struct mtx vmmdev_mtx; variable
886 mtx_lock(&vmmdev_mtx); in vmmdev_destroy()
912 mtx_lock(&vmmdev_mtx); in sysctl_vmm_destroy()
928 mtx_unlock(&vmmdev_mtx); in sysctl_vmm_destroy()
979 mtx_lock(&vmmdev_mtx); in sysctl_vmm_create()
981 mtx_unlock(&vmmdev_mtx); in sysctl_vmm_create()
997 mtx_lock(&vmmdev_mtx); in sysctl_vmm_create()
1003 mtx_unlock(&vmmdev_mtx); in sysctl_vmm_create()
1017 mtx_lock(&vmmdev_mtx); in sysctl_vmm_create()
1020 mtx_unlock(&vmmdev_mtx); in sysctl_vmm_create()
[all …]