sort_index 343 include/crm/pengine/pe_types.h int sort_index; sort_index 301 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc, "Sort index: %s = %d", child->id, child->sort_index); sort_index 310 lib/pacemaker/pcmk_sched_promotable.c if (chosen == NULL || child->sort_index < 0) { sort_index 318 lib/pacemaker/pcmk_sched_promotable.c score2char_stack(child->sort_index, score, len); sort_index 321 lib/pacemaker/pcmk_sched_promotable.c node->weight = pe__add_scores(child->sort_index, node->weight); sort_index 391 lib/pacemaker/pcmk_sched_promotable.c child->sort_index = INFINITY; sort_index 393 lib/pacemaker/pcmk_sched_promotable.c } else if (chosen == NULL || child->sort_index < 0) { sort_index 394 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc, "%s: %d", child->id, child->sort_index); sort_index 400 lib/pacemaker/pcmk_sched_promotable.c child->sort_index = node->weight; sort_index 402 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc, "Set sort index: %s = %d", child->id, child->sort_index); sort_index 743 lib/pacemaker/pcmk_sched_promotable.c child_rsc->sort_index = child_rsc->priority; sort_index 747 lib/pacemaker/pcmk_sched_promotable.c child_rsc->sort_index = INFINITY; sort_index 757 lib/pacemaker/pcmk_sched_promotable.c score2char_stack(child_rsc->sort_index, score, len); sort_index 775 lib/pacemaker/pcmk_sched_promotable.c if (child_rsc->sort_index < 0) { sort_index 350 lib/pengine/utils.c if (resource1->sort_index > resource2->sort_index) { sort_index 354 lib/pengine/utils.c if (resource1->sort_index < resource2->sort_index) {