MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vm_free_count

Function vm_free_count

freebsd/vm/vm_meter.c:434–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432#endif
433
434u_int
435vm_free_count(void)
436{
437 u_int v;
438 int i;
439
440 v = 0;
441 for (i = 0; i < vm_ndomains; i++)
442 v += vm_dom[i].vmd_free_count;
443
444 return (v);
445}
446
447static u_int
448vm_pagequeue_count(int pq)

Callers 9

vmtotalFunction · 0.70
vm_page.cFile · 0.70
swapoff_oneFunction · 0.70
cpu_startupFunction · 0.50
cpu_startupFunction · 0.50
cpu_startupFunction · 0.50
cpu_startupFunction · 0.50
cpu_startupFunction · 0.50
proc0_initFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected