Searched refs:v_inactive_target (Results 1 – 4 of 4) sorted by relevance
117 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");
2317 vm_cnt.v_inactive_target += vmd->vmd_inactive_target; in vm_pageout_init()
5485 db_printf("vm_cnt.v_inactive_target: %d\n", vm_cnt.v_inactive_target); in DB_SHOW_COMMAND()
136 u_int v_inactive_target; /* (c) pages desired inactive */ member