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

/illumos-gate/usr/src/uts/sun4v/os/
H A Dmpo.c156 static mem_stripe_t *mem_stripes; variable
893 * mem_stripe_t's are kept in a global array mem_stripes[]. The index into
896 * mem_stripes[ m + i * max_locality_groups ]
1152 mem_stripes[i * max_locality_groups + mnode].physmax);
1168 ms = &mem_stripes[i * max_locality_groups + mnode];
1252 ms = &mem_stripes[i];
1547 mem_stripes = mc->mc_stripes;

Completed in 49 milliseconds