Home
last modified time | relevance | path

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

/freebsd/sys/dev/vmm/
H A Dvmm_dev.c95 static struct sx vmmdev_mtx; variable
96 SX_SYSINIT(vmmdev_mtx, &vmmdev_mtx, "vmm device mutex");
181 sx_assert(&vmmdev_mtx, SA_XLOCKED); in vmmdev_lookup()
884 sx_xlock(&vmmdev_mtx); in vmmdev_destroy()
888 sx_xunlock(&vmmdev_mtx); in vmmdev_destroy()
899 sx_xlock(&vmmdev_mtx); in vmmdev_lookup_and_destroy()
902 sx_xunlock(&vmmdev_mtx); in vmmdev_lookup_and_destroy()
912 sx_xunlock(&vmmdev_mtx); in vmmdev_lookup_and_destroy()
985 sx_xlock(&vmmdev_mtx); in vmmdev_create()
988 sx_xunlock(&vmmdev_mtx); in vmmdev_create()
[all …]