sort_index        367 include/crm/pengine/pe_types.h     int sort_index;
sort_index        254 lib/pacemaker/pcmk_sched_promotable.c     if (rsc1->sort_index > rsc2->sort_index) {
sort_index        258 lib/pacemaker/pcmk_sched_promotable.c                      rsc1->id, rsc2->id, rsc1->sort_index, rsc2->sort_index);
sort_index        260 lib/pacemaker/pcmk_sched_promotable.c     } else if (rsc1->sort_index < rsc2->sort_index) {
sort_index        264 lib/pacemaker/pcmk_sched_promotable.c                      rsc1->id, rsc2->id, rsc1->sort_index, rsc2->sort_index);
sort_index        309 lib/pacemaker/pcmk_sched_promotable.c     if (child->sort_index < 0) {
sort_index        324 lib/pacemaker/pcmk_sched_promotable.c     node->weight = pcmk__add_scores(child->sort_index, node->weight);
sort_index        327 lib/pacemaker/pcmk_sched_promotable.c                  child->id, pcmk_readable_score(child->sort_index),
sort_index        412 lib/pacemaker/pcmk_sched_promotable.c         child->sort_index = INFINITY;
sort_index        417 lib/pacemaker/pcmk_sched_promotable.c     } else if ((chosen == NULL) || (child->sort_index < 0)) {
sort_index        420 lib/pacemaker/pcmk_sched_promotable.c                      child->id, child->sort_index);
sort_index        428 lib/pacemaker/pcmk_sched_promotable.c         child->sort_index = node->weight;
sort_index        431 lib/pacemaker/pcmk_sched_promotable.c                      clone->id, child->id, child->sort_index);
sort_index        455 lib/pacemaker/pcmk_sched_promotable.c                      clone->id, child->id, child->sort_index);
sort_index        870 lib/pacemaker/pcmk_sched_promotable.c                      pcmk_readable_score(instance->sort_index));
sort_index        876 lib/pacemaker/pcmk_sched_promotable.c                      pcmk_readable_score(instance->sort_index),
sort_index        966 lib/pacemaker/pcmk_sched_promotable.c     instance->sort_index = instance->priority;
sort_index        968 lib/pacemaker/pcmk_sched_promotable.c         instance->sort_index = INFINITY;
sort_index        992 lib/pacemaker/pcmk_sched_promotable.c     if (instance->sort_index < 0) {