best_score       1279 lib/pacemaker/pcmk_sched_colocation.c     int best_score = -INFINITY;
best_score       1286 lib/pacemaker/pcmk_sched_colocation.c         if ((node->weight > best_score) && pcmk__node_available(node, false, false)
best_score       1289 lib/pacemaker/pcmk_sched_colocation.c             best_score = node->weight;
best_score       1301 lib/pacemaker/pcmk_sched_colocation.c                      best_node, rsc->id, best_score, attr, value);
best_score       1304 lib/pacemaker/pcmk_sched_colocation.c     return best_score;