Searched refs:VPMAP_MINCACHE (Results 1 – 2 of 2) sorted by relevance
184 #define VPMAP_MINCACHE (64 * 1024 * 1024) macro
186 if (vpm_cache_size < VPMAP_MINCACHE) { in vpm_init()187 vpm_cache_size = VPMAP_MINCACHE; in vpm_init()