Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dvm_object.c144 struct mtx vm_object_list_mtx; /* lock for object list and count */ variable
225 mtx_lock(&vm_object_list_mtx); in vm_object_zinit()
227 mtx_unlock(&vm_object_list_mtx); in vm_object_zinit()
280 mtx_init(&vm_object_list_mtx, "vm object_list", NULL, MTX_DEF); in vm_object_init()
2526 mtx_lock(&vm_object_list_mtx); in vm_object_list_handler()
2533 mtx_unlock(&vm_object_list_mtx); in vm_object_list_handler()
2547 mtx_lock(&vm_object_list_mtx); in vm_object_list_handler()
2558 mtx_unlock(&vm_object_list_mtx); in vm_object_list_handler()
2625 mtx_lock(&vm_object_list_mtx); in vm_object_list_handler()
2629 mtx_unlock(&vm_object_list_mtx); in vm_object_list_handler()
H A Dvm_meter.c220 mtx_lock(&vm_object_list_mtx); in vmtotal()
265 mtx_unlock(&vm_object_list_mtx); in vmtotal()
H A Dvm_object.h230 extern struct mtx vm_object_list_mtx; /* lock for object list and count */
H A Dswap_pager.c1929 mtx_lock(&vm_object_list_mtx); in swap_pager_swapoff()
1933 mtx_unlock(&vm_object_list_mtx); in swap_pager_swapoff()
1956 mtx_lock(&vm_object_list_mtx); in swap_pager_swapoff()
1958 mtx_unlock(&vm_object_list_mtx); in swap_pager_swapoff()