new_score        1237 lib/pacemaker/pcmk_sched_colocation.c         int new_score = 0;
new_score        1276 lib/pacemaker/pcmk_sched_colocation.c         new_score = pcmk__add_scores(weight, node->weight);
new_score        1278 lib/pacemaker/pcmk_sched_colocation.c         if (only_positive && (new_score < 0) && (node->weight > 0)) {
new_score        1282 lib/pacemaker/pcmk_sched_colocation.c                       new_score);
new_score        1287 lib/pacemaker/pcmk_sched_colocation.c         if (only_positive && (new_score < 0) && (node->weight == 0)) {
new_score        1290 lib/pacemaker/pcmk_sched_colocation.c                       new_score);
new_score        1295 lib/pacemaker/pcmk_sched_colocation.c                   node->weight, factor, score, new_score);
new_score        1296 lib/pacemaker/pcmk_sched_colocation.c         node->weight = new_score;
new_score         743 lib/pacemaker/pcmk_sched_promotable.c         int score, new_score;
new_score         756 lib/pacemaker/pcmk_sched_promotable.c                 new_score = pcmk__add_scores(node->weight, score);
new_score         757 lib/pacemaker/pcmk_sched_promotable.c                 if (new_score != node->weight) {
new_score         762 lib/pacemaker/pcmk_sched_promotable.c                                  node->weight, new_score);
new_score         763 lib/pacemaker/pcmk_sched_promotable.c                     node->weight = new_score;