Searched refs:v_active_count (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/usr.bin/systat/
H A Dvmstat.c103 u_int v_active_count; /* number of pages active */ member in struct:Info
482 sysputpage(wnd, VMSTATROW + 13, VMSTATCOL, 5, s.v_active_count, 0);
762 GETSYSCTL("vm.stats.vm.v_active_count", ls->v_active_count);
/freebsd-current/usr.bin/vmstat/
H A Dvmstat.c145 u_int v_active_count; member in struct:__vmmeter
559 GET_VM_STATS(vm, v_active_count);
996 sum.v_active_count);
/freebsd-current/sys/vm/
H A Dvm_meter.c391 VM_STATS_PROC(v_active_count, "Active pages", vm_active_count);

Completed in 153 milliseconds