Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmem_cache.h38 #define MAX_MEM_CACHE_INSTANCES 4 macro
40 #define MAX_MEM_CACHE_INSTANCES 1
/illumos-gate/usr/src/uts/sun4u/io/
H A Dmem_cache.c166 MAX_MEM_CACHE_INSTANCES)) { in _init()
235 if (inst >= MAX_MEM_CACHE_INSTANCES) { in mem_cache_attach()