sort_index        420 include/crm/common/resources.h     int sort_index;                 // Promotion score on assigned node
sort_index        264 lib/pacemaker/pcmk_sched_promotable.c     if (rsc1->sort_index > rsc2->sort_index) {
sort_index        268 lib/pacemaker/pcmk_sched_promotable.c                         rsc1->id, rsc2->id, rsc1->sort_index, rsc2->sort_index);
sort_index        270 lib/pacemaker/pcmk_sched_promotable.c     } else if (rsc1->sort_index < rsc2->sort_index) {
sort_index        274 lib/pacemaker/pcmk_sched_promotable.c                         rsc1->id, rsc2->id, rsc1->sort_index, rsc2->sort_index);
sort_index        319 lib/pacemaker/pcmk_sched_promotable.c     if (child->sort_index < 0) {
sort_index        335 lib/pacemaker/pcmk_sched_promotable.c     node->weight = pcmk__add_scores(child->sort_index, node->weight);
sort_index        339 lib/pacemaker/pcmk_sched_promotable.c                     child->id, pcmk_readable_score(child->sort_index),
sort_index        391 lib/pacemaker/pcmk_sched_promotable.c         child->sort_index = PCMK_SCORE_INFINITY;
sort_index        398 lib/pacemaker/pcmk_sched_promotable.c         child->sort_index = -PCMK_SCORE_INFINITY;
sort_index        404 lib/pacemaker/pcmk_sched_promotable.c     } else if (child->sort_index < 0) {
sort_index        407 lib/pacemaker/pcmk_sched_promotable.c                         child->id, child->sort_index);
sort_index        414 lib/pacemaker/pcmk_sched_promotable.c         child->sort_index = node->weight;
sort_index        417 lib/pacemaker/pcmk_sched_promotable.c                         clone->id, child->id, child->sort_index);
sort_index        443 lib/pacemaker/pcmk_sched_promotable.c                         clone->id, child->id, child->sort_index);
sort_index        879 lib/pacemaker/pcmk_sched_promotable.c                      pcmk_readable_score(instance->sort_index));
sort_index        884 lib/pacemaker/pcmk_sched_promotable.c                         instance->id, pcmk_readable_score(instance->sort_index), instance->priority);
sort_index        890 lib/pacemaker/pcmk_sched_promotable.c                         pcmk_readable_score(instance->sort_index),
sort_index        979 lib/pacemaker/pcmk_sched_promotable.c     instance->sort_index = instance->priority;
sort_index        981 lib/pacemaker/pcmk_sched_promotable.c         instance->sort_index = PCMK_SCORE_INFINITY;
sort_index       1005 lib/pacemaker/pcmk_sched_promotable.c     if (instance->sort_index < 0) {