Home
last modified time | relevance | path

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

/titanic_50/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) { in vpm_init()
187 vpm_cache_size = VPMAP_MINCACHE; in vpm_init()