Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dvm_meter.c117 SYSCTL_UINT(_vm, VM_V_INACTIVE_TARGET, v_inactive_target,
118 CTLFLAG_RW, &vm_cnt.v_inactive_target, 0, "Pages desired inactive");
412 VM_STATS_UINT(v_inactive_target, "Desired inactive pages");
H A Dvm_pageout.c2317 vm_cnt.v_inactive_target += vmd->vmd_inactive_target; in vm_pageout_init()
H A Dvm_page.c5485 db_printf("vm_cnt.v_inactive_target: %d\n", vm_cnt.v_inactive_target); in DB_SHOW_COMMAND()
/f-stack/freebsd/sys/
H A Dvmmeter.h136 u_int v_inactive_target; /* (c) pages desired inactive */ member