Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dmemscrub.c115 #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.c160 #define MEMSCRUB_MIN_PAGES (32 * 1024 * 1024 / PAGESIZE) macro
313 if (physinstalled >= MEMSCRUB_MIN_PAGES) { in memscrub_init()