Lines Matching defs:level
77 * load across the group of top level PGs in the system hierarchy.
79 * group of top level PGs in each leaf lgroup...but for root homed threads,
80 * is willing to balance against all the top level PGs in the system.
82 * Groups of top level PGs are maintained to implement the above, one for each
83 * leaf lgroup (containing the top level PGs in that lgroup), and one (for the
84 * root lgroup) that contains all the top level PGs in the system.
374 * in the root lgroup's group of top level PGs.
504 int levels, level;
657 for (level = levels - 1; level >= 0; ) {
661 pg = cpu_cmt_hier[level];
667 pg->cmt_parent != cpu_cmt_hier[level + 1]) {
672 level = levels - 1;
674 level--;
684 for (level = 0; level < levels; level++) {
688 pg = cpu_cmt_hier[level];
689 err = group_add_at(cmt_pgs, pg, levels - level - 1);
692 if (level == 0)
698 pg->cmt_parent == cpu_cmt_hier[level + 1]);
705 if ((level + 1) == levels) {
713 pg->cmt_parent = cpu_cmt_hier[level + 1];
1015 * If this is a top level PG, add it as a balancing
1542 * If this is a top level group, also ensure the
1543 * capacity in the root lgrp level CMT grouping.
1907 * Something went wrong trying to prune out the bad level.
1928 * or we would have to prune out level derived from what we
1951 * the bad level. Disable CMT scheduling altogether.