Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dvm_pageout.c407 tune(pgcnt_t initval, pgcnt_t initval_ceiling, pgcnt_t defval) in tune() argument
409 if (initval == 0 || initval >= initval_ceiling) in tune()