Lines Matching refs:lgrp_root

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