Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ vm_active_count
Function
vm_active_count
freebsd/vm/vm_meter.c:460–465 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
458
}
459
460
u_int
461
vm_active_count(void)
462
{
463
464
return (vm_pagequeue_count(PQ_ACTIVE));
465
}
466
467
u_int
468
vm_inactive_count(void)
Callers
1
vm_page.c
File · 0.85
Calls
1
vm_pagequeue_count
Function · 0.85
Tested by
no test coverage detected