new_score 1625 lib/pacemaker/pcmk_sched_colocation.c int new_score = 0; new_score 1697 lib/pacemaker/pcmk_sched_colocation.c new_score = pcmk__add_scores(delta, node->weight); new_score 1699 lib/pacemaker/pcmk_sched_colocation.c if (only_positive && (new_score < 0) && (node->weight > 0)) { new_score 1703 lib/pacemaker/pcmk_sched_colocation.c new_score); new_score 1708 lib/pacemaker/pcmk_sched_colocation.c if (only_positive && (new_score < 0) && (node->weight == 0)) { new_score 1711 lib/pacemaker/pcmk_sched_colocation.c new_score); new_score 1716 lib/pacemaker/pcmk_sched_colocation.c node->weight, factor, score, new_score); new_score 1717 lib/pacemaker/pcmk_sched_colocation.c node->weight = new_score; new_score 757 lib/pacemaker/pcmk_sched_promotable.c int score, new_score; new_score 770 lib/pacemaker/pcmk_sched_promotable.c new_score = pcmk__add_scores(node->weight, score); new_score 771 lib/pacemaker/pcmk_sched_promotable.c if (new_score != node->weight) { // Could remain INFINITY new_score 772 lib/pacemaker/pcmk_sched_promotable.c node->weight = new_score; new_score 778 lib/pacemaker/pcmk_sched_promotable.c pcmk_readable_score(new_score));