MCPcopy 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
474u_int
475vm_laundry_count(void)
476{
477
478 return (vm_pagequeue_count(PQ_LAUNDRY));
479}
480
481static int
482sysctl_vm_pdpages(SYSCTL_HANDLER_ARGS)

Callers 1

vm_page.cFile · 0.85

Calls 1

vm_pagequeue_countFunction · 0.85

Tested by

no test coverage detected