Home
last modified time | relevance | path

Searched refs:inactarg (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/uvm/
H A Duvm_pdaemon.c256 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 Duvmexp.h76 int inactarg; /* target number of inactive pages */ member
H A Duvm_meter.c305 "wired-max=%d\n", uexp.freemin, uexp.freetarg, uexp.inactarg, in uvmexp_print()
H A Duvm_pmemrange.c957 (uvmexp.inactive + BUFPAGES_INACT) < uvmexp.inactarg)) in uvm_pmr_getpages()
/openbsd/usr.bin/systat/
H A Duvm.c100 { &uvmexp.inactarg, &last_uvmexp.inactarg, "inactarg",
H A Dvmstat.c418 putint(s.uvmexp.inactarg, VMSTATROW + 13, VMSTATCOL, 9); in showkre()