best_score       1177 lib/pacemaker/pcmk_sched_colocation.c     int best_score = -INFINITY;
best_score       1184 lib/pacemaker/pcmk_sched_colocation.c         if ((node->weight > best_score) && pcmk__node_available(node, false, false)
best_score       1187 lib/pacemaker/pcmk_sched_colocation.c             best_score = node->weight;
best_score       1199 lib/pacemaker/pcmk_sched_colocation.c                      best_node, rsc->id, best_score, attr, value);
best_score       1202 lib/pacemaker/pcmk_sched_colocation.c     return best_score;