Searched refs:vmd_inactive_pps (Results 1 – 3 of 3) sorted by relevance
265 u_int vmd_inactive_pps; /* Exponential decay frees/second. */ member
1667 if (threads > 1 && vmd->vmd_inactive_pps != 0 && in vm_pageout_inactive_dispatch()1668 shortage > vmd->vmd_inactive_pps / VM_INACT_SCAN_RATE / 4) { in vm_pageout_inactive_dispatch()1700 vmd->vmd_inactive_pps = (vmd->vmd_inactive_pps / 2) + (pps / 2); in vm_pageout_inactive_dispatch()
556 "inactive_pps", CTLFLAG_RD, &vmd->vmd_inactive_pps, 0, in vm_domain_stats_init()