Searched defs:MAX_MEM_NODES (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4/sys/
H A Dmemnode.h45 * The MAX_MEM_NODES constant is the maximum number of memory nodes for the
48 * running platform and may be smaller than MAX_MEM_NODES since the platform
51 * The default value of MAX_MEM_NODES is 4 to create enough memory nodes for
57 * Serengeti and Starcat simply define MAX_MEM_NODES to be their respective
67 #ifndef MAX_MEM_NODES
68 #define MAX_MEM_NODES (4) macro
69 #endif /* MAX_MEM_NODES */
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dmemnode.h45 #ifndef MAX_MEM_NODES
46 #define MAX_MEM_NODES (8 * MAX_MEM_NODES_PER_LGROUP) macro
47 #endif /* MAX_MEM_NODES */

Completed in 194 milliseconds