Home
last modified time | relevance | path

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

/src/sys/dev/vmm/
H A Dvmm_dev.c97 static struct sx vmmdev_mtx; variable
98 SX_SYSINIT(vmmdev_mtx, &vmmdev_mtx, "vmm device mutex");
183 sx_assert(&vmmdev_mtx, SA_XLOCKED); in vmmdev_lookup()
889 sx_xlock(&vmmdev_mtx); in vmmdev_destroy()
893 sx_xunlock(&vmmdev_mtx); in vmmdev_destroy()
905 sx_xlock(&vmmdev_mtx); in vmmdev_lookup_and_destroy()
908 sx_xunlock(&vmmdev_mtx); in vmmdev_lookup_and_destroy()
918 sx_xunlock(&vmmdev_mtx); in vmmdev_lookup_and_destroy()
928 sx_xunlock(&vmmdev_mtx); in vmmdev_lookup_and_destroy()
1001 sx_xlock(&vmmdev_mtx); in vmmdev_create()
[all …]