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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dmemscrub.c113 * start only if at least MEMSCRUB_MIN_PAGES in system
115 #define MEMSCRUB_MIN_PAGES ((32 * 1024 * 1024) / PAGESIZE) macro
132 pgcnt_t memscrub_min_pages = MEMSCRUB_MIN_PAGES;
/illumos-gate/usr/src/uts/sun4u/os/
H A Dmemscrub.c104 * MEMSCRUB_MIN_PAGES (32MB) is the minimum amount of memory a system
160 #define MEMSCRUB_MIN_PAGES (32 * 1024 * 1024 / PAGESIZE) macro
313 if (physinstalled >= MEMSCRUB_MIN_PAGES) {

Completed in 63 milliseconds