cons_weight       313 lib/pacemaker/pcmk_sched_constraints.c     enum pe_ordering cons_weight = pe_order_optional;
cons_weight       408 lib/pacemaker/pcmk_sched_constraints.c     cons_weight = pe_order_optional;
cons_weight       413 lib/pacemaker/pcmk_sched_constraints.c         pe__set_order_flags(cons_weight, pe_order_implies_then);
cons_weight       417 lib/pacemaker/pcmk_sched_constraints.c         pe__set_order_flags(cons_weight, get_asymmetrical_flags(kind));
cons_weight       419 lib/pacemaker/pcmk_sched_constraints.c         pe__set_order_flags(cons_weight,
cons_weight       477 lib/pacemaker/pcmk_sched_constraints.c                                        NULL, cons_weight|pe_order_runnable_left,
cons_weight       480 lib/pacemaker/pcmk_sched_constraints.c         order_id = new_rsc_order(rsc_first, action_first, rsc_then, action_then, cons_weight, data_set);
cons_weight       484 lib/pacemaker/pcmk_sched_constraints.c                  order_id, id, rsc_first->id, action_first, rsc_then->id, action_then, cons_weight);
cons_weight       498 lib/pacemaker/pcmk_sched_constraints.c     cons_weight = pe_order_optional;
cons_weight       501 lib/pacemaker/pcmk_sched_constraints.c         pe__set_order_flags(cons_weight, pe_order_implies_first);
cons_weight       504 lib/pacemaker/pcmk_sched_constraints.c     pe__set_order_flags(cons_weight,
cons_weight       507 lib/pacemaker/pcmk_sched_constraints.c     order_id = new_rsc_order(rsc_then, action_then, rsc_first, action_first, cons_weight, data_set);
cons_weight       510 lib/pacemaker/pcmk_sched_constraints.c                  order_id, id, rsc_then->id, action_then, rsc_first->id, action_first, cons_weight);