Lines Matching refs:changes

328 	klgrpset_t	changes;  in lgrp_consolidate()  local
366 count += lgrp_ancestor_delete(lgrp1, &changes); in lgrp_consolidate()
368 klgrpset_or(*changed, changes); in lgrp_consolidate()
435 klgrpset_t changes; in lgrp_collapse_dups() local
525 &changes); in lgrp_collapse_dups()
527 klgrpset_or(*changed, changes); in lgrp_collapse_dups()
676 klgrpset_t changes; in lgrp_split() local
766 parent->lgrp_set, &changes); in lgrp_split()
768 klgrpset_or(*changed, changes); in lgrp_split()
836 klgrpset_t changes; in lgrp_lineage_add() local
920 count = lgrp_split(oldleaf, newleaf, child, &changes); in lgrp_lineage_add()
932 klgrpset_or(*changed, changes); in lgrp_lineage_add()
942 &changes); in lgrp_lineage_add()
944 klgrpset_or(*changed, changes); in lgrp_lineage_add()
1005 latency, &changes); in lgrp_lineage_add()
1045 &changes); in lgrp_lineage_add()
1049 klgrpset_or(*changed, changes); in lgrp_lineage_add()
1083 &changes); in lgrp_lineage_add()
1087 klgrpset_or(*changed, changes); in lgrp_lineage_add()
1106 &changes); in lgrp_lineage_add()
1108 klgrpset_or(*changed, changes); in lgrp_lineage_add()
1127 klgrpset_t changes; in lgrp_leaf_add() local
1223 count += lgrp_lineage_add(leaf, lgrp, &changes); in lgrp_leaf_add()
1225 klgrpset_or(*changed, changes); in lgrp_leaf_add()
1227 count += lgrp_lineage_add(lgrp, leaf, &changes); in lgrp_leaf_add()
1229 klgrpset_or(*changed, changes); in lgrp_leaf_add()
1249 klgrpset_t changes; in lgrp_leaf_delete() local
1306 count += lgrp_ancestor_delete(leaf, &changes); in lgrp_leaf_delete()
1307 klgrpset_or(collapse, changes); in lgrp_leaf_delete()
1321 &changes); in lgrp_leaf_delete()
1322 klgrpset_or(collapse, changes); in lgrp_leaf_delete()
1461 klgrpset_t changes; in lgrp_topo_update() local
1510 count += lgrp_leaf_add(lgrp, lgrps, lgrp_count, &changes); in lgrp_topo_update()
1512 klgrpset_or(*changed, changes); in lgrp_topo_update()
1514 if (!klgrpset_isempty(changes)) in lgrp_topo_update()
1515 (void) lgrp_mnode_update(changes, NULL); in lgrp_topo_update()