sort_index 329 include/crm/pengine/pe_types.h int sort_index; sort_index 295 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc, "Sort index: %s = %d", child->id, child->sort_index); sort_index 304 lib/pacemaker/pcmk_sched_promotable.c if (chosen == NULL || child->sort_index < 0) { sort_index 312 lib/pacemaker/pcmk_sched_promotable.c score2char_stack(child->sort_index, score, len); sort_index 315 lib/pacemaker/pcmk_sched_promotable.c node->weight = pe__add_scores(child->sort_index, node->weight); sort_index 389 lib/pacemaker/pcmk_sched_promotable.c child->sort_index = INFINITY; sort_index 391 lib/pacemaker/pcmk_sched_promotable.c } else if (chosen == NULL || child->sort_index < 0) { sort_index 392 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc, "%s: %d", child->id, child->sort_index); sort_index 398 lib/pacemaker/pcmk_sched_promotable.c child->sort_index = node->weight; sort_index 400 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc, "Set sort index: %s = %d", child->id, child->sort_index); sort_index 750 lib/pacemaker/pcmk_sched_promotable.c child_rsc->sort_index = child_rsc->priority; sort_index 754 lib/pacemaker/pcmk_sched_promotable.c child_rsc->sort_index = INFINITY; sort_index 765 lib/pacemaker/pcmk_sched_promotable.c score2char_stack(child_rsc->sort_index, score, len); sort_index 784 lib/pacemaker/pcmk_sched_promotable.c if (child_rsc->sort_index < 0) { sort_index 401 lib/pengine/utils.c if (resource1->sort_index > resource2->sort_index) { sort_index 405 lib/pengine/utils.c if (resource1->sort_index < resource2->sort_index) {