Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Dmount.h495 #define BUFPAGES_INACT (((bcstats.numcleanpages - buflowpages) < 0) ? 0 \ macro
/openbsd/sys/uvm/
H A Duvm_pdaemon.c261 uvmexp.inactarg - uvmexp.inactive - BUFPAGES_INACT; in uvm_pageout()
H A Duvm_pmemrange.c957 (uvmexp.inactive + BUFPAGES_INACT) < uvmexp.inactarg)) in uvm_pmr_getpages()