Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/vm/
HDvm_meter.c161 mtx_lock(&vm_object_list_mtx); in vmtotal()
206 mtx_unlock(&vm_object_list_mtx); in vmtotal()
HDvm_object.c142 struct mtx vm_object_list_mtx; /* lock for object list and count */ variable
214 mtx_lock(&vm_object_list_mtx); in vm_object_zinit()
216 mtx_unlock(&vm_object_list_mtx); in vm_object_zinit()
285 mtx_init(&vm_object_list_mtx, "vm object_list", NULL, MTX_DEF); in vm_object_init()
2370 mtx_lock(&vm_object_list_mtx); in sysctl_vm_object_list()
2377 mtx_unlock(&vm_object_list_mtx); in sysctl_vm_object_list()
2390 mtx_lock(&vm_object_list_mtx); in sysctl_vm_object_list()
2399 mtx_unlock(&vm_object_list_mtx); in sysctl_vm_object_list()
2480 mtx_lock(&vm_object_list_mtx); in sysctl_vm_object_list()
2484 mtx_unlock(&vm_object_list_mtx); in sysctl_vm_object_list()
HDvm_object.h225 extern struct mtx vm_object_list_mtx; /* lock for object list and count */
HDswap_pager.c1681 mtx_lock(&vm_object_list_mtx); in swap_pager_swapoff()
1685 mtx_unlock(&vm_object_list_mtx); in swap_pager_swapoff()
1718 mtx_lock(&vm_object_list_mtx); in swap_pager_swapoff()
1720 mtx_unlock(&vm_object_list_mtx); in swap_pager_swapoff()
/freebsd-11-stable/sys/compat/linux/
HDlinux_misc.c170 mtx_lock(&vm_object_list_mtx); in linux_sysinfo()
174 mtx_unlock(&vm_object_list_mtx); in linux_sysinfo()