new_score        1539 lib/pacemaker/pcmk_sched_colocation.c         int new_score = 0;
new_score        1611 lib/pacemaker/pcmk_sched_colocation.c         new_score = pcmk__add_scores(delta, node->weight);
new_score        1613 lib/pacemaker/pcmk_sched_colocation.c         if (only_positive && (new_score < 0) && (node->weight > 0)) {
new_score        1617 lib/pacemaker/pcmk_sched_colocation.c                       new_score);
new_score        1622 lib/pacemaker/pcmk_sched_colocation.c         if (only_positive && (new_score < 0) && (node->weight == 0)) {
new_score        1625 lib/pacemaker/pcmk_sched_colocation.c                       new_score);
new_score        1630 lib/pacemaker/pcmk_sched_colocation.c                   node->weight, factor, score, new_score);
new_score        1631 lib/pacemaker/pcmk_sched_colocation.c         node->weight = new_score;
new_score         774 lib/pacemaker/pcmk_sched_promotable.c         int score, new_score;
new_score         787 lib/pacemaker/pcmk_sched_promotable.c                 new_score = pcmk__add_scores(node->weight, score);
new_score         788 lib/pacemaker/pcmk_sched_promotable.c                 if (new_score != node->weight) { // Could remain INFINITY
new_score         789 lib/pacemaker/pcmk_sched_promotable.c                     node->weight = new_score;
new_score         795 lib/pacemaker/pcmk_sched_promotable.c                                  pcmk_readable_score(new_score));