Searched refs:vmspace_resident_count (Results 1 – 7 of 7) sorted by relevance
467 size = vmspace_resident_count(vm); in vm_daemon()471 size = vmspace_resident_count(vm); in vm_daemon()501 size = vmspace_resident_count(vm); in vm_daemon()914 p->p_vmspace->vm_swrss = vmspace_resident_count(p->p_vmspace); in swapout()
357 long vmspace_resident_count(struct vmspace *vmspace);
912 vmspace_resident_count(struct vmspace *vmspace) in vmspace_resident_count() function
381 rss = pgtok(vmspace_resident_count(p->p_vmspace)); in tty_info()
697 rss = pgtok(vmspace_resident_count(vm)); in statclock()
1110 kp->ki_rssize = vmspace_resident_count(vm); /*XXX*/ in fill_kinfo_proc_only()
2744 PAGE_SIZE * vmspace_resident_count(vm->vmspace)); in vm_get_rescnt()