Searched refs:vmspace_resident_count (Results 1 – 8 of 8) sorted by relevance
297 rss = pgtok(vmspace_resident_count(p->p_vmspace)); in tty_info()
758 rss = pgtok(vmspace_resident_count(vm)); in statclock_cnt()
874 kp->ki_rssize = vmspace_resident_count(vm); /*XXX*/ in fill_kinfo_proc_only()
304 long vmspace_resident_count(struct vmspace *vmspace);
1979 size = vmspace_resident_count(vm); in vm_daemon()1983 size = vmspace_resident_count(vm); in vm_daemon()2013 size = vmspace_resident_count(vm); in vm_daemon()
1058 p->p_vmspace->vm_swrss = vmspace_resident_count(p->p_vmspace);
715 vmspace_resident_count(struct vmspace *vmspace) in vmspace_resident_count() function
2579 PAGE_SIZE * vmspace_resident_count(vm->vmspace)); in vm_get_rescnt()