Home
last modified time | relevance | path

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

/freebsd-14.2/sys/amd64/vmm/
H A Dvmm_dev.c138 MTX_SYSINIT(vmmdev_mtx, &vmmdev_mtx, "vmm device mutex", MTX_DEF);
1193 mtx_lock(&vmmdev_mtx); in vmmdev_destroy()
1221 mtx_lock(&vmmdev_mtx); in sysctl_vmm_destroy()
1235 mtx_unlock(&vmmdev_mtx); in sysctl_vmm_destroy()
1291 mtx_lock(&vmmdev_mtx); in sysctl_vmm_create()
1293 mtx_unlock(&vmmdev_mtx); in sysctl_vmm_create()
1312 mtx_lock(&vmmdev_mtx); in sysctl_vmm_create()
1318 mtx_unlock(&vmmdev_mtx); in sysctl_vmm_create()
1333 mtx_lock(&vmmdev_mtx); in sysctl_vmm_create()
1336 mtx_unlock(&vmmdev_mtx); in sysctl_vmm_create()
[all …]