Home
last modified time | relevance | path

Searched refs:v_inactive_target (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/vm/
H A Dvm_meter.c113 SYSCTL_UINT(_vm, VM_V_INACTIVE_TARGET, v_inactive_target,
114 CTLFLAG_RW, &vm_cnt.v_inactive_target, 0, "Pages desired inactive");
392 VM_STATS_UINT(v_inactive_target, "Desired inactive pages");
H A Dvm_pageout.c2297 vm_cnt.v_inactive_target += vmd->vmd_inactive_target; in vm_pageout_init()
H A Dvm_page.c5963 db_printf("vm_cnt.v_inactive_target: %d\n", vm_cnt.v_inactive_target); in DB_SHOW_COMMAND_FLAGS()
/freebsd/sys/sys/
H A Dvmmeter.h134 u_int v_inactive_target; /* (c) pages desired inactive */ member
/freebsd/usr.bin/vmstat/
H A Dvmstat.c146 u_int v_inactive_target; member
565 GET_VM_STATS(vm, v_inactive_target); in fill_vmmeter()