Lines Matching refs:lgrp_root
214 while (cur && cur != lgrp_root) {
467 target == lgrp_root || target->lgrp_childcnt == 0 ||
512 if (lgrp == lgrp_root) {
514 keep = lgrp_root;
694 if (parent == NULL || parent->lgrp_childcnt < 2 || parent == lgrp_root)
994 if (parent == lgrp_root) {
1150 leaf->lgrp_parent = lgrp_root;
1151 lgrp_root->lgrp_childcnt++;
1152 klgrpset_add(lgrp_root->lgrp_children, leaf->lgrp_id);
1154 klgrpset_or(lgrp_root->lgrp_leaves, leaf->lgrp_leaves);
1155 lgrp_rsets_add(leaf->lgrp_set, lgrp_root->lgrp_set);
1160 lgrp_root->lgrp_set);
1164 klgrpset_add(*changed, lgrp_root->lgrp_id);
1187 lgrp_root->lgrp_latency = lgrp_plat_latency(lgrp_root->lgrp_plathand,
1188 lgrp_root->lgrp_plathand);
1368 if (lgrp == lgrp_root) {
1391 } else if (lgrp->lgrp_parent != lgrp_root) {
1396 klgrpset_add(*changed, lgrp_root->lgrp_id);
1400 lgrp->lgrp_parent = lgrp_root;
1401 klgrpset_add(lgrp_root->lgrp_children, lgrp->lgrp_id);
1402 lgrp_root->lgrp_childcnt++;
1403 klgrpset_add(lgrp_root->lgrp_leaves, lgrp->lgrp_id);
1476 klgrpset_add(lgrp_root->lgrp_set[i],
1477 lgrp_root->lgrp_id);
1478 klgrpset_add(lgrp_root->lgrp_leaves, lgrp_root->lgrp_id);
1573 lgrp_print(lgrp_root);
1574 siblings = lgrp_root->lgrp_children;