best_score       1447 lib/pacemaker/pcmk_sched_colocation.c     int best_score = -INFINITY;
best_score       1454 lib/pacemaker/pcmk_sched_colocation.c         if ((node->weight > best_score)
best_score       1459 lib/pacemaker/pcmk_sched_colocation.c             best_score = node->weight;
best_score       1471 lib/pacemaker/pcmk_sched_colocation.c                      best_node, rsc->id, best_score, attr, value);
best_score       1474 lib/pacemaker/pcmk_sched_colocation.c     return best_score;