Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDresourcevar.h98 struct mtx ui_vmsize_mtx; member
111 #define UIDINFO_VMSIZE_LOCK(ui) mtx_lock(&((ui)->ui_vmsize_mtx))
112 #define UIDINFO_VMSIZE_UNLOCK(ui) mtx_unlock(&((ui)->ui_vmsize_mtx))
/NextBSD/sys/kern/
HDkern_resource.c1267 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()