Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/os/
H A Dmpo.c150 #define SMALL_MBLOCKS_COUNT 8 macro
152 static struct mblock_md small_mpo_mblocks[SMALL_MBLOCKS_COUNT];
157 static mem_stripe_t small_mem_stripes[SMALL_MBLOCKS_COUNT * MAX_MEM_NODES];
1488 } else if (nmblocks <= SMALL_MBLOCKS_COUNT) { in mblock_alloc()