other_node        111 lib/pengine/utils.c     pe_node_t *other_node = NULL;
other_node        120 lib/pengine/utils.c         other_node = pe_find_node_id(list, node->details->id);
other_node        121 lib/pengine/utils.c         if (other_node == NULL) {
other_node        126 lib/pengine/utils.c             node->weight = pcmk__add_scores(node->weight, other_node->weight);
other_node        128 lib/pengine/utils.c                       "(now %s)", pcmk_readable_score(other_node->weight),
other_node        136 lib/pengine/utils.c         other_node = pe_hash_table_lookup(result, node->details->id);
other_node        138 lib/pengine/utils.c         if (other_node == NULL) {