Lines Matching refs:oldleaf
673 lgrp_split(lgrp_t *oldleaf, lgrp_t *newleaf, lgrp_t *child, in lgrp_split() argument
700 (void *)oldleaf, oldleaf->lgrp_id, in lgrp_split()
709 latency = lgrp_plat_latency(oldleaf->lgrp_plathand, in lgrp_split()
727 if (!LGRP_EXISTS(lgrp) || lgrp == oldleaf || in lgrp_split()
740 oldleaf->lgrp_id, newleaf->lgrp_id, latency, in lgrp_split()
753 klgrpset_del(parent->lgrp_leaves, oldleaf->lgrp_id); in lgrp_split()
834 lgrp_lineage_add(lgrp_t *newleaf, lgrp_t *oldleaf, klgrpset_t *changed) in lgrp_lineage_add() argument
851 if (newleaf == NULL || oldleaf == NULL || newleaf == oldleaf) in lgrp_lineage_add()
858 (void *)oldleaf, oldleaf->lgrp_id, in lgrp_lineage_add()
866 latency = lgrp_plat_latency(oldleaf->lgrp_plathand, in lgrp_lineage_add()
873 nlevels = lgrp_topo_height(oldleaf); in lgrp_lineage_add()
878 oldleaf->lgrp_id, newleaf->lgrp_id, latency, nlevels); in lgrp_lineage_add()
888 child = oldleaf; in lgrp_lineage_add()
920 count = lgrp_split(oldleaf, newleaf, child, &changes); in lgrp_lineage_add()