MCPcopy 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
460u_int
461vm_active_count(void)
462{
463
464 return (vm_pagequeue_count(PQ_ACTIVE));
465}
466
467u_int
468vm_inactive_count(void)

Callers 1

vm_page.cFile · 0.85

Calls 1

vm_pagequeue_countFunction · 0.85

Tested by

no test coverage detected