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

/illumos-gate/usr/src/uts/common/vm/
H A Dvpm.h184 #define VPMAP_MINCACHE (64 * 1024 * 1024) macro
H A Dvpm.c186 if (vpm_cache_size < VPMAP_MINCACHE) {
187 vpm_cache_size = VPMAP_MINCACHE;

Completed in 46 milliseconds