Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ vm_wait_count
Function
vm_wait_count
freebsd/vm/vm_page.c:3166–3171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3164
}
3165
3166
u_int
3167
vm_wait_count(void)
3168
{
3169
3170
return (vm_severe_waiters + vm_min_waiters + vm_pageproc_waiters);
3171
}
3172
3173
int
3174
vm_wait_doms(const domainset_t *wdoms, int mflags)
Callers
1
vmtotal
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected