Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ vm_inactive_count
Function
vm_inactive_count
freebsd/vm/vm_meter.c:467–472 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
465
}
466
467
u_int
468
vm_inactive_count(void)
469
{
470
471
return (vm_pagequeue_count(PQ_INACTIVE));
472
}
473
474
u_int
475
vm_laundry_count(void)
Callers
1
vm_page.c
File · 0.85
Calls
1
vm_pagequeue_count
Function · 0.85
Tested by
no test coverage detected