Home
last modified time | relevance | path

Searched refs:vm_resident_count (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/sys/uvm/
Duvm_extern.h425 #define vm_resident_count(vm) (pmap_resident_count((vm)->vm_map.pmap)) macro
427 #define vm_resident_count(vm) ((vm)->vm_rssize) macro
/mirbsd/src/sys/kern/
Dkern_sysctl.c1235 ep->e_vm.vm_rssize = vm_resident_count(vm); in fill_eproc()
1365 ki->p_vm_rssize = vm_resident_count(vm); in fill_kproc2()
Dtty.c2131 vm_resident_count(pick->p_vmspace)));