Searched refs:ui_vmsize_mtx (Results 1 – 2 of 2) sorted by relevance
98 struct mtx ui_vmsize_mtx; member111 #define UIDINFO_VMSIZE_LOCK(ui) mtx_lock(&((ui)->ui_vmsize_mtx))112 #define UIDINFO_VMSIZE_UNLOCK(ui) mtx_unlock(&((ui)->ui_vmsize_mtx))
1267 mtx_init(&new_uip->ui_vmsize_mtx, "ui_vmsize", NULL, MTX_DEF); in uifind()1282 mtx_destroy(&new_uip->ui_vmsize_mtx); in uifind()1343 mtx_destroy(&uip->ui_vmsize_mtx); in uifree()