best_score       1500 lib/pacemaker/pcmk_sched_colocation.c     int best_score = -PCMK_SCORE_INFINITY;
best_score       1535 lib/pacemaker/pcmk_sched_colocation.c         if ((node->weight > best_score)
best_score       1540 lib/pacemaker/pcmk_sched_colocation.c             best_score = node->weight;
best_score       1552 lib/pacemaker/pcmk_sched_colocation.c                      best_node, rsc->id, best_score, attr, value);
best_score       1560 lib/pacemaker/pcmk_sched_colocation.c     return best_score;