new_score        1671 lib/pacemaker/pcmk_sched_colocation.c         int new_score = 0;
new_score        1743 lib/pacemaker/pcmk_sched_colocation.c         new_score = pcmk__add_scores(delta, node->weight);
new_score        1745 lib/pacemaker/pcmk_sched_colocation.c         if (only_positive && (new_score < 0) && (node->weight > 0)) {
new_score        1749 lib/pacemaker/pcmk_sched_colocation.c                       new_score);
new_score        1754 lib/pacemaker/pcmk_sched_colocation.c         if (only_positive && (new_score < 0) && (node->weight == 0)) {
new_score        1757 lib/pacemaker/pcmk_sched_colocation.c                       new_score);
new_score        1762 lib/pacemaker/pcmk_sched_colocation.c                   node->weight, factor, score, new_score);
new_score        1763 lib/pacemaker/pcmk_sched_colocation.c         node->weight = new_score;
new_score         766 lib/pacemaker/pcmk_sched_promotable.c         int score, new_score;
new_score         779 lib/pacemaker/pcmk_sched_promotable.c                 new_score = pcmk__add_scores(node->weight, score);
new_score         780 lib/pacemaker/pcmk_sched_promotable.c                 if (new_score != node->weight) { // Could remain INFINITY
new_score         781 lib/pacemaker/pcmk_sched_promotable.c                     node->weight = new_score;
new_score         787 lib/pacemaker/pcmk_sched_promotable.c                                     pcmk_readable_score(new_score));