Searched refs:maxmem4g (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c222 * maxmem4g is the count of the maximum number of pages on the page lists
231 * 6% (desfree4gshift = 4) of maxmem4g.
239 #define DESFREE4G (maxmem4g >> desfree4gshift)
244 static pgcnt_t maxmem4g; variable
247 static int desfree4gshift = 4; /* maxmem4g shift to derive DESFREE4G */
1609 maxmem4g += inc;
1611 maxmem4g -= inc;

Completed in 64 milliseconds