Home
last modified time | relevance | path

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

/freebsd-13.1/sys/amd64/vmm/
H A Dvmm_dev.c93 static struct mtx vmmdev_mtx; variable
993 mtx_lock(&vmmdev_mtx); in vmmdev_destroy()
1021 mtx_lock(&vmmdev_mtx); in sysctl_vmm_destroy()
1038 mtx_unlock(&vmmdev_mtx); in sysctl_vmm_destroy()
1096 mtx_lock(&vmmdev_mtx); in sysctl_vmm_create()
1098 mtx_unlock(&vmmdev_mtx); in sysctl_vmm_create()
1117 mtx_lock(&vmmdev_mtx); in sysctl_vmm_create()
1123 mtx_unlock(&vmmdev_mtx); in sysctl_vmm_create()
1138 mtx_lock(&vmmdev_mtx); in sysctl_vmm_create()
1141 mtx_unlock(&vmmdev_mtx); in sysctl_vmm_create()
[all …]