MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vmspace_resident_count

Function vmspace_resident_count

freebsd/vm/vm_map.c:911–915  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

909}
910
911long
912vmspace_resident_count(struct vmspace *vmspace)
913{
914 return pmap_resident_count(vmspace_pmap(vmspace));
915}
916
917/*
918 * Initialize an existing vm_map structure

Callers 6

vm_get_rescntFunction · 0.85
statclockFunction · 0.85
fill_kinfo_proc_onlyFunction · 0.85
tty_infoFunction · 0.85
vm_daemonFunction · 0.85
swapoutFunction · 0.85

Calls 1

vmspace_pmapFunction · 0.85

Tested by

no test coverage detected