sort_index 342 include/crm/pengine/pe_types.h int sort_index; sort_index 312 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc, "Sort index: %s = %d", child->id, child->sort_index); sort_index 321 lib/pacemaker/pcmk_sched_promotable.c if (chosen == NULL || child->sort_index < 0) { sort_index 329 lib/pacemaker/pcmk_sched_promotable.c score2char_stack(child->sort_index, score, len); sort_index 332 lib/pacemaker/pcmk_sched_promotable.c node->weight = pe__add_scores(child->sort_index, node->weight); sort_index 401 lib/pacemaker/pcmk_sched_promotable.c child->sort_index = INFINITY; sort_index 403 lib/pacemaker/pcmk_sched_promotable.c } else if (chosen == NULL || child->sort_index < 0) { sort_index 404 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc, "%s: %d", child->id, child->sort_index); sort_index 410 lib/pacemaker/pcmk_sched_promotable.c child->sort_index = node->weight; sort_index 412 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc, "Set sort index: %s = %d", child->id, child->sort_index); sort_index 747 lib/pacemaker/pcmk_sched_promotable.c child_rsc->sort_index = child_rsc->priority; sort_index 751 lib/pacemaker/pcmk_sched_promotable.c child_rsc->sort_index = INFINITY; sort_index 761 lib/pacemaker/pcmk_sched_promotable.c score2char_stack(child_rsc->sort_index, score, len); sort_index 779 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) {