MCPcopy 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
467u_int
468vm_inactive_count(void)
469{
470
471 return (vm_pagequeue_count(PQ_INACTIVE));
472}
473
474u_int
475vm_laundry_count(void)

Callers 1

vm_page.cFile · 0.85

Calls 1

vm_pagequeue_countFunction · 0.85

Tested by

no test coverage detected