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

/freebsd-10-stable/sys/vm/
H A Dvm_meter.c165 mtx_lock(&vm_object_list_mtx);
210 mtx_unlock(&vm_object_list_mtx);
H A Dvm_object.c141 struct mtx vm_object_list_mtx; /* lock for object list and count */ variable in typeref:struct:mtx
219 mtx_lock(&vm_object_list_mtx);
221 mtx_unlock(&vm_object_list_mtx);
279 mtx_init(&vm_object_list_mtx, "vm object_list", NULL, MTX_DEF);
2295 mtx_lock(&vm_object_list_mtx);
2302 mtx_unlock(&vm_object_list_mtx);
2315 mtx_lock(&vm_object_list_mtx);
2324 mtx_unlock(&vm_object_list_mtx);
2405 mtx_lock(&vm_object_list_mtx);
2409 mtx_unlock(&vm_object_list_mtx);
[all...]
H A Dvm_object.h213 extern struct mtx vm_object_list_mtx; /* lock for object list and count */
/freebsd-10-stable/sys/compat/linprocfs/
H A Dlinprocfs.c173 mtx_lock(&vm_object_list_mtx);
177 mtx_unlock(&vm_object_list_mtx);
/freebsd-10-stable/sys/compat/linux/
H A Dlinux_misc.c168 mtx_lock(&vm_object_list_mtx);
172 mtx_unlock(&vm_object_list_mtx);

Completed in 83 milliseconds