Searched refs:v_inactive_target (Results 1 – 5 of 5) sorted by relevance
113 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");
2297 vm_cnt.v_inactive_target += vmd->vmd_inactive_target; in vm_pageout_init()
5963 db_printf("vm_cnt.v_inactive_target: %d\n", vm_cnt.v_inactive_target); in DB_SHOW_COMMAND_FLAGS()
134 u_int v_inactive_target; /* (c) pages desired inactive */ member
146 u_int v_inactive_target; member565 GET_VM_STATS(vm, v_inactive_target); in fill_vmmeter()