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

/illumos-gate/usr/src/uts/sun4v/os/
H A Dmpo.c146 static int max_locality_groups = 0; variable
643 max_locality_groups =
646 stripe_shift = highbit(max_locality_groups) - 1;
648 stride = max_locality_groups * stripe;
653 if (max_locality_groups - 1 != home_mask_pfn >> home_mask_pfn_shift) {
815 max_locality_groups = 1;
896 * mem_stripes[ m + i * max_locality_groups ]
898 * max_locality_groups is the total number of possible locality groups,
933 max_mem_nodes = max_locality_groups;
1152 mem_stripes[i * max_locality_groups
[all...]

Completed in 48 milliseconds