Home
last modified time | relevance | path

Searched refs:vmspace_resident_count (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/sys/kern/
Dtty_info.c297 rss = pgtok(vmspace_resident_count(p->p_vmspace)); in tty_info()
Dkern_clock.c758 rss = pgtok(vmspace_resident_count(vm)); in statclock_cnt()
Dkern_proc.c874 kp->ki_rssize = vmspace_resident_count(vm); /*XXX*/ in fill_kinfo_proc_only()
/freebsd-10-stable/sys/vm/
Dvm_map.h304 long vmspace_resident_count(struct vmspace *vmspace);
Dvm_pageout.c1979 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()
Dvm_glue.c1058 p->p_vmspace->vm_swrss = vmspace_resident_count(p->p_vmspace);
Dvm_map.c715 vmspace_resident_count(struct vmspace *vmspace) in vmspace_resident_count() function
/freebsd-10-stable/sys/amd64/vmm/
Dvmm.c2579 PAGE_SIZE * vmspace_resident_count(vm->vmspace)); in vm_get_rescnt()