cons_weight 261 pengine/constraints.c enum pe_ordering cons_weight = pe_order_optional; cons_weight 365 pengine/constraints.c cons_weight = pe_order_optional; cons_weight 370 pengine/constraints.c cons_weight |= pe_order_implies_then; cons_weight 374 pengine/constraints.c cons_weight |= get_asymmetrical_flags(kind); cons_weight 376 pengine/constraints.c cons_weight |= get_flags(id, kind, action_first, action_then, FALSE); cons_weight 406 pengine/constraints.c cons_weight | pe_order_runnable_left, data_set); cons_weight 408 pengine/constraints.c order_id = new_rsc_order(rsc_first, action_first, rsc_then, action_then, cons_weight, data_set); cons_weight 412 pengine/constraints.c order_id, id, rsc_first->id, action_first, rsc_then->id, action_then, cons_weight); cons_weight 433 pengine/constraints.c cons_weight = pe_order_optional; cons_weight 436 pengine/constraints.c cons_weight |= pe_order_implies_first; cons_weight 439 pengine/constraints.c cons_weight |= get_flags(id, kind, action_first, action_then, TRUE); cons_weight 441 pengine/constraints.c order_id = new_rsc_order(rsc_then, action_then, rsc_first, action_first, cons_weight, data_set); cons_weight 444 pengine/constraints.c order_id, id, rsc_then->id, action_then, rsc_first->id, action_first, cons_weight);