Searched refs:vmd_inactive_pps (Results 1 – 3 of 3) sorted by relevance
269 u_int vmd_inactive_pps; /* Exponential decay frees/second. */ member
1649 vmd->vmd_inactive_pps != 0 && in vm_pageout_inactive_dispatch()1650 shortage > vmd->vmd_inactive_pps / VM_INACT_SCAN_RATE / 4) { in vm_pageout_inactive_dispatch()1682 vmd->vmd_inactive_pps = (vmd->vmd_inactive_pps / 2) + (pps / 2); in vm_pageout_inactive_dispatch()
550 "inactive_pps", CTLFLAG_RD, &vmd->vmd_inactive_pps, 0, in vm_domain_stats_init()