sort_index 274 include/crm/pengine/status.h int sort_index; sort_index 380 lib/pengine/utils.c if (resource1->sort_index > resource2->sort_index) { sort_index 384 lib/pengine/utils.c if (resource1->sort_index < resource2->sort_index) { sort_index 294 pengine/master.c pe_rsc_trace(rsc, "Sort index: %s = %d", child->id, child->sort_index); sort_index 303 pengine/master.c if (chosen == NULL || child->sort_index < 0) { sort_index 311 pengine/master.c score2char_stack(child->sort_index, score, len); sort_index 314 pengine/master.c node->weight = merge_weights(child->sort_index, node->weight); sort_index 379 pengine/master.c child->sort_index = INFINITY; sort_index 381 pengine/master.c } else if (chosen == NULL || child->sort_index < 0) { sort_index 382 pengine/master.c pe_rsc_trace(rsc, "%s: %d", child->id, child->sort_index); sort_index 388 pengine/master.c child->sort_index = node->weight; sort_index 390 pengine/master.c pe_rsc_trace(rsc, "Set sort index: %s = %d", child->id, child->sort_index); sort_index 750 pengine/master.c child_rsc->sort_index = child_rsc->priority; sort_index 754 pengine/master.c child_rsc->sort_index = INFINITY; sort_index 765 pengine/master.c score2char_stack(child_rsc->sort_index, score, len); sort_index 784 pengine/master.c if (child_rsc->sort_index < 0) {