Searched refs:inactarg (Results 1 – 6 of 6) sorted by relevance
/openbsd/sys/uvm/ |
H A D | uvm_pdaemon.c | 256 uvmexp.inactarg = (uvmexp.active + uvmexp.inactive) / 3; in uvm_pageout() 257 if (uvmexp.inactarg <= uvmexp.freetarg) { in uvm_pageout() 258 uvmexp.inactarg = uvmexp.freetarg + 1; in uvm_pageout() 261 uvmexp.inactarg - uvmexp.inactive - BUFPAGES_INACT; in uvm_pageout()
|
H A D | uvmexp.h | 76 int inactarg; /* target number of inactive pages */ member
|
H A D | uvm_meter.c | 305 "wired-max=%d\n", uexp.freemin, uexp.freetarg, uexp.inactarg, in uvmexp_print()
|
H A D | uvm_pmemrange.c | 957 (uvmexp.inactive + BUFPAGES_INACT) < uvmexp.inactarg)) in uvm_pmr_getpages()
|
/openbsd/usr.bin/systat/ |
H A D | uvm.c | 100 { &uvmexp.inactarg, &last_uvmexp.inactarg, "inactarg",
|
H A D | vmstat.c | 418 putint(s.uvmexp.inactarg, VMSTATROW + 13, VMSTATCOL, 9); in showkre()
|