Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ vm_laundry_count
Function
vm_laundry_count
freebsd/vm/vm_meter.c:474–479 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
472
}
473
474
u_int
475
vm_laundry_count(void)
476
{
477
478
return (vm_pagequeue_count(PQ_LAUNDRY));
479
}
480
481
static int
482
sysctl_vm_pdpages(SYSCTL_HANDLER_ARGS)
Callers
1
vm_page.c
File · 0.85
Calls
1
vm_pagequeue_count
Function · 0.85
Tested by
no test coverage detected