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

/freebsd-current/usr.bin/systat/
H A Dvmstat.c104 u_int v_inactive_count; /* number of pages inactive */ member in struct:Info
483 sysputpage(wnd, VMSTATROW + 14, VMSTATCOL, 5, s.v_inactive_count, 0);
763 GETSYSCTL("vm.stats.vm.v_inactive_count", ls->v_inactive_count);
/freebsd-current/usr.bin/vmstat/
H A Dvmstat.c147 u_int v_inactive_count; member in struct:__vmmeter
561 GET_VM_STATS(vm, v_inactive_count);
998 sum.v_inactive_count);
/freebsd-current/sys/vm/
H A Dvm_meter.c393 VM_STATS_PROC(v_inactive_count, "Inactive pages", vm_inactive_count);

Completed in 152 milliseconds