Home
last modified time | relevance | path

Searched refs:vmd_inactive_pps (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/vm/
H A Dvm_pagequeue.h263 u_int vmd_inactive_pps; /* Exponential decay frees/second. */ member
H A Dvm_pageout.c1673 if (threads > 1 && vmd->vmd_inactive_pps != 0 && in vm_pageout_inactive_dispatch()
1674 shortage > vmd->vmd_inactive_pps / VM_INACT_SCAN_RATE / 4) { in vm_pageout_inactive_dispatch()
1706 vmd->vmd_inactive_pps = (vmd->vmd_inactive_pps / 2) + (pps / 2); in vm_pageout_inactive_dispatch()
H A Dvm_meter.c536 "inactive_pps", CTLFLAG_RD, &vmd->vmd_inactive_pps, 0, in vm_domain_stats_init()