Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
911
long
912
vmspace_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_rescnt
Function · 0.85
statclock
Function · 0.85
fill_kinfo_proc_only
Function · 0.85
tty_info
Function · 0.85
vm_daemon
Function · 0.85
swapout
Function · 0.85
Calls
1
vmspace_pmap
Function · 0.85
Tested by
no test coverage detected