new_score        1339 lib/pacemaker/pcmk_sched_colocation.c         int new_score = 0;
new_score        1378 lib/pacemaker/pcmk_sched_colocation.c         new_score = pcmk__add_scores(weight, node->weight);
new_score        1380 lib/pacemaker/pcmk_sched_colocation.c         if (only_positive && (new_score < 0) && (node->weight > 0)) {
new_score        1384 lib/pacemaker/pcmk_sched_colocation.c                       new_score);
new_score        1389 lib/pacemaker/pcmk_sched_colocation.c         if (only_positive && (new_score < 0) && (node->weight == 0)) {
new_score        1392 lib/pacemaker/pcmk_sched_colocation.c                       new_score);
new_score        1397 lib/pacemaker/pcmk_sched_colocation.c                   node->weight, factor, score, new_score);
new_score        1398 lib/pacemaker/pcmk_sched_colocation.c         node->weight = new_score;
new_score         758 lib/pacemaker/pcmk_sched_promotable.c         int score, new_score;
new_score         771 lib/pacemaker/pcmk_sched_promotable.c                 new_score = pcmk__add_scores(node->weight, score);
new_score         772 lib/pacemaker/pcmk_sched_promotable.c                 if (new_score != node->weight) { // Could remain INFINITY
new_score         773 lib/pacemaker/pcmk_sched_promotable.c                     node->weight = new_score;
new_score         779 lib/pacemaker/pcmk_sched_promotable.c                                  pcmk_readable_score(new_score));