then               50 include/pcmki/pcmki_sched_allocate.h                                     pe_action_t *then,
then              179 lib/pacemaker/libpacemaker_private.h     uint32_t (*update_ordered_actions)(pe_action_t *first, pe_action_t *then,
then              241 lib/pacemaker/libpacemaker_private.h uint32_t pcmk__update_ordered_actions(pe_action_t *first, pe_action_t *then,
then              636 lib/pacemaker/libpacemaker_private.h                                             pe_action_t *then,
then              218 lib/pacemaker/pcmk_sched_actions.c update_action_for_ordering_flags(pe_action_t *first, pe_action_t *then,
then              231 lib/pacemaker/pcmk_sched_actions.c     pe_node_t *node = then->node;
then              242 lib/pacemaker/pcmk_sched_actions.c         pe_rsc_trace(then->rsc,
then              245 lib/pacemaker/pcmk_sched_actions.c                      first->uuid, then->uuid, pe__node_name(node));
then              249 lib/pacemaker/pcmk_sched_actions.c         if (then->rsc != NULL) {
then              250 lib/pacemaker/pcmk_sched_actions.c             changed |= then->rsc->cmds->update_ordered_actions(first, then,
then              257 lib/pacemaker/pcmk_sched_actions.c                    && pcmk_is_set(then->flags, pe_action_optional)) {
then              258 lib/pacemaker/pcmk_sched_actions.c             pe__clear_action_flags(then, pe_action_optional);
then              261 lib/pacemaker/pcmk_sched_actions.c         pe_rsc_trace(then->rsc, "%s then %s: %s after pe_order_implies_then",
then              262 lib/pacemaker/pcmk_sched_actions.c                      first->uuid, then->uuid,
then              266 lib/pacemaker/pcmk_sched_actions.c     if (pcmk_is_set(order->type, pe_order_restart) && (then->rsc != NULL)) {
then              269 lib/pacemaker/pcmk_sched_actions.c         changed |= then->rsc->cmds->update_ordered_actions(first, then, node,
then              273 lib/pacemaker/pcmk_sched_actions.c         pe_rsc_trace(then->rsc, "%s then %s: %s after pe_order_restart",
then              274 lib/pacemaker/pcmk_sched_actions.c                      first->uuid, then->uuid,
then              280 lib/pacemaker/pcmk_sched_actions.c             changed |= first->rsc->cmds->update_ordered_actions(first, then,
then              291 lib/pacemaker/pcmk_sched_actions.c         pe_rsc_trace(then->rsc, "%s then %s: %s after pe_order_implies_first",
then              292 lib/pacemaker/pcmk_sched_actions.c                      first->uuid, then->uuid,
then              297 lib/pacemaker/pcmk_sched_actions.c         if (then->rsc != NULL) {
then              298 lib/pacemaker/pcmk_sched_actions.c             changed |= then->rsc->cmds->update_ordered_actions(first, then,
then              305 lib/pacemaker/pcmk_sched_actions.c         pe_rsc_trace(then->rsc,
then              307 lib/pacemaker/pcmk_sched_actions.c                      first->uuid, then->uuid,
then              312 lib/pacemaker/pcmk_sched_actions.c         if (then->rsc != NULL) {
then              313 lib/pacemaker/pcmk_sched_actions.c             changed |= then->rsc->cmds->update_ordered_actions(first, then,
then              322 lib/pacemaker/pcmk_sched_actions.c             then->runnable_before++;
then              327 lib/pacemaker/pcmk_sched_actions.c             if ((then->runnable_before >= then->required_runnable_before)
then              328 lib/pacemaker/pcmk_sched_actions.c                 && !pcmk_is_set(then->flags, pe_action_runnable)) {
then              330 lib/pacemaker/pcmk_sched_actions.c                 pe__set_action_flags(then, pe_action_runnable);
then              334 lib/pacemaker/pcmk_sched_actions.c         pe_rsc_trace(then->rsc, "%s then %s: %s after pe_order_one_or_more",
then              335 lib/pacemaker/pcmk_sched_actions.c                      first->uuid, then->uuid,
then              339 lib/pacemaker/pcmk_sched_actions.c     if (pcmk_is_set(order->type, pe_order_probe) && (then->rsc != NULL)) {
then              343 lib/pacemaker/pcmk_sched_actions.c             pe_rsc_trace(then->rsc,
then              345 lib/pacemaker/pcmk_sched_actions.c                          first->uuid, then->uuid);
then              348 lib/pacemaker/pcmk_sched_actions.c             changed |= then->rsc->cmds->update_ordered_actions(first, then,
then              355 lib/pacemaker/pcmk_sched_actions.c         pe_rsc_trace(then->rsc, "%s then %s: %s after pe_order_probe",
then              356 lib/pacemaker/pcmk_sched_actions.c                      first->uuid, then->uuid,
then              361 lib/pacemaker/pcmk_sched_actions.c         if (then->rsc != NULL) {
then              362 lib/pacemaker/pcmk_sched_actions.c             changed |= then->rsc->cmds->update_ordered_actions(first, then,
then              370 lib/pacemaker/pcmk_sched_actions.c                    && pcmk_is_set(then->flags, pe_action_runnable)) {
then              372 lib/pacemaker/pcmk_sched_actions.c             pe__clear_action_flags(then, pe_action_runnable);
then              375 lib/pacemaker/pcmk_sched_actions.c         pe_rsc_trace(then->rsc, "%s then %s: %s after pe_order_runnable_left",
then              376 lib/pacemaker/pcmk_sched_actions.c                      first->uuid, then->uuid,
then              381 lib/pacemaker/pcmk_sched_actions.c         if (then->rsc != NULL) {
then              382 lib/pacemaker/pcmk_sched_actions.c             changed |= then->rsc->cmds->update_ordered_actions(first, then,
then              389 lib/pacemaker/pcmk_sched_actions.c         pe_rsc_trace(then->rsc, "%s then %s: %s after "
then              391 lib/pacemaker/pcmk_sched_actions.c                      first->uuid, then->uuid,
then              396 lib/pacemaker/pcmk_sched_actions.c         if (then->rsc != NULL) {
then              397 lib/pacemaker/pcmk_sched_actions.c             changed |= then->rsc->cmds->update_ordered_actions(first, then,
then              404 lib/pacemaker/pcmk_sched_actions.c         pe_rsc_trace(then->rsc, "%s then %s: %s after pe_order_pseudo_left",
then              405 lib/pacemaker/pcmk_sched_actions.c                      first->uuid, then->uuid,
then              410 lib/pacemaker/pcmk_sched_actions.c         if (then->rsc != NULL) {
then              411 lib/pacemaker/pcmk_sched_actions.c             changed |= then->rsc->cmds->update_ordered_actions(first, then,
then              418 lib/pacemaker/pcmk_sched_actions.c         pe_rsc_trace(then->rsc, "%s then %s: %s after pe_order_optional",
then              419 lib/pacemaker/pcmk_sched_actions.c                      first->uuid, then->uuid,
then              424 lib/pacemaker/pcmk_sched_actions.c         if (then->rsc != NULL) {
then              425 lib/pacemaker/pcmk_sched_actions.c             changed |= then->rsc->cmds->update_ordered_actions(first, then,
then              432 lib/pacemaker/pcmk_sched_actions.c         pe_rsc_trace(then->rsc, "%s then %s: %s after pe_order_asymmetrical",
then              433 lib/pacemaker/pcmk_sched_actions.c                      first->uuid, then->uuid,
then              441 lib/pacemaker/pcmk_sched_actions.c         pe_rsc_trace(then->rsc, "%s will be in graph because %s is required",
then              442 lib/pacemaker/pcmk_sched_actions.c                      then->uuid, first->uuid);
then              443 lib/pacemaker/pcmk_sched_actions.c         pe__set_action_flags(then, pe_action_print_always);
then              450 lib/pacemaker/pcmk_sched_actions.c         pe_rsc_trace(then->rsc, "%s will be in graph because %s is required",
then              451 lib/pacemaker/pcmk_sched_actions.c                      first->uuid, then->uuid);
then              465 lib/pacemaker/pcmk_sched_actions.c         if (pcmk_is_set(then->flags, pe_action_runnable)) {
then              466 lib/pacemaker/pcmk_sched_actions.c             pe__clear_action_flags(then, pe_action_runnable);
then              469 lib/pacemaker/pcmk_sched_actions.c         pe_rsc_trace(then->rsc, "%s then %s: %s after checking whether first "
then              471 lib/pacemaker/pcmk_sched_actions.c                      first->uuid, then->uuid,
then              500 lib/pacemaker/pcmk_sched_actions.c pcmk__update_action_for_orderings(pe_action_t *then, pe_working_set_t *data_set)
then              504 lib/pacemaker/pcmk_sched_actions.c     int last_flags = then->flags;
then              506 lib/pacemaker/pcmk_sched_actions.c     pe_rsc_trace(then->rsc, "Updating %s %s (%s %s) on %s",
then              507 lib/pacemaker/pcmk_sched_actions.c                  action_type_str(then->flags), then->uuid,
then              508 lib/pacemaker/pcmk_sched_actions.c                  action_optional_str(then->flags),
then              509 lib/pacemaker/pcmk_sched_actions.c                  action_runnable_str(then->flags), action_node_str(then));
then              511 lib/pacemaker/pcmk_sched_actions.c     if (pcmk_is_set(then->flags, pe_action_requires_any)) {
then              517 lib/pacemaker/pcmk_sched_actions.c         then->runnable_before = 0;
then              519 lib/pacemaker/pcmk_sched_actions.c         if (then->required_runnable_before == 0) {
then              523 lib/pacemaker/pcmk_sched_actions.c             then->required_runnable_before = 1;
then              529 lib/pacemaker/pcmk_sched_actions.c         pe__clear_action_flags(then, pe_action_runnable);
then              532 lib/pacemaker/pcmk_sched_actions.c     for (lpc = then->actions_before; lpc != NULL; lpc = lpc->next) {
then              536 lib/pacemaker/pcmk_sched_actions.c         pe_node_t *then_node = then->node;
then              550 lib/pacemaker/pcmk_sched_actions.c         if ((then->rsc != NULL)
then              551 lib/pacemaker/pcmk_sched_actions.c             && (then->rsc->variant == pe_group)
then              552 lib/pacemaker/pcmk_sched_actions.c             && pcmk__str_eq(then->task, RSC_START, pcmk__str_casei)) {
then              554 lib/pacemaker/pcmk_sched_actions.c             then_node = then->rsc->fns->location(then->rsc, NULL, FALSE);
then              556 lib/pacemaker/pcmk_sched_actions.c                 pe_rsc_trace(then->rsc, "Found %s for 'then' %s",
then              557 lib/pacemaker/pcmk_sched_actions.c                              pe__node_name(then_node), then->uuid);
then              566 lib/pacemaker/pcmk_sched_actions.c             pe_rsc_trace(then->rsc,
then              569 lib/pacemaker/pcmk_sched_actions.c                          then->uuid, pe__node_name(then_node));
then              574 lib/pacemaker/pcmk_sched_actions.c         pcmk__clear_updated_flags(changed, then, pcmk__updated_first);
then              578 lib/pacemaker/pcmk_sched_actions.c             && !pcmk_is_set(then->flags, pe_action_optional)) {
then              589 lib/pacemaker/pcmk_sched_actions.c         if ((first->rsc != NULL) && (then->rsc != NULL)
then              590 lib/pacemaker/pcmk_sched_actions.c             && (first->rsc != then->rsc) && !is_parent(then->rsc, first->rsc)) {
then              594 lib/pacemaker/pcmk_sched_actions.c             pe_rsc_trace(then->rsc, "Ordering %s after %s instead of %s",
then              595 lib/pacemaker/pcmk_sched_actions.c                          then->uuid, first->uuid, other->action->uuid);
then              598 lib/pacemaker/pcmk_sched_actions.c         pe_rsc_trace(then->rsc,
then              600 lib/pacemaker/pcmk_sched_actions.c                      first->uuid, first->flags, then->uuid, then->flags,
then              611 lib/pacemaker/pcmk_sched_actions.c             then_flags = action_flags_for_ordering(then, first_node);
then              613 lib/pacemaker/pcmk_sched_actions.c             changed |= update_action_for_ordering_flags(first, then,
then              620 lib/pacemaker/pcmk_sched_actions.c         } else if (order_actions(first, then, other->type)) {
then              624 lib/pacemaker/pcmk_sched_actions.c             pcmk__set_updated_flags(changed, then, pcmk__updated_then);
then              625 lib/pacemaker/pcmk_sched_actions.c             pe_rsc_trace(then->rsc,
then              627 lib/pacemaker/pcmk_sched_actions.c                          other->action->uuid, then->uuid, first->uuid,
then              628 lib/pacemaker/pcmk_sched_actions.c                          then->uuid);
then              646 lib/pacemaker/pcmk_sched_actions.c     if (pcmk_is_set(then->flags, pe_action_requires_any)) {
then              647 lib/pacemaker/pcmk_sched_actions.c         if (last_flags == then->flags) {
then              648 lib/pacemaker/pcmk_sched_actions.c             pcmk__clear_updated_flags(changed, then, pcmk__updated_then);
then              650 lib/pacemaker/pcmk_sched_actions.c             pcmk__set_updated_flags(changed, then, pcmk__updated_then);
then              656 lib/pacemaker/pcmk_sched_actions.c                   then->uuid);
then              658 lib/pacemaker/pcmk_sched_actions.c             && !pcmk_is_set(then->flags, pe_action_runnable)) {
then              659 lib/pacemaker/pcmk_sched_actions.c             pcmk__block_colocation_dependents(then, data_set);
then              661 lib/pacemaker/pcmk_sched_actions.c         pcmk__update_action_for_orderings(then, data_set);
then              662 lib/pacemaker/pcmk_sched_actions.c         for (lpc = then->actions_after; lpc != NULL; lpc = lpc->next) {
then              704 lib/pacemaker/pcmk_sched_actions.c handle_asymmetric_ordering(pe_action_t *first, pe_action_t *then)
then              709 lib/pacemaker/pcmk_sched_actions.c     if (then->rsc == NULL) {
then              714 lib/pacemaker/pcmk_sched_actions.c     then_rsc_role = then->rsc->fns->state(then->rsc, TRUE);
then              715 lib/pacemaker/pcmk_sched_actions.c     then_on = then->rsc->running_on;
then              718 lib/pacemaker/pcmk_sched_actions.c         && pcmk__str_eq(then->task, RSC_STOP, pcmk__str_none)) {
then              726 lib/pacemaker/pcmk_sched_actions.c         && pcmk_is_set(then->flags, pe_action_optional)
then              727 lib/pacemaker/pcmk_sched_actions.c         && (then->node != NULL)
then              729 lib/pacemaker/pcmk_sched_actions.c         && (then->node->details == ((pe_node_t *) then_on->data)->details)
then              730 lib/pacemaker/pcmk_sched_actions.c         && pcmk__str_eq(then->task, RSC_START, pcmk__str_none)) {
then              741 lib/pacemaker/pcmk_sched_actions.c         clear_action_flag_because(then, pe_action_optional, first);
then              742 lib/pacemaker/pcmk_sched_actions.c         clear_action_flag_because(then, pe_action_runnable, first);
then              758 lib/pacemaker/pcmk_sched_actions.c handle_restart_ordering(pe_action_t *first, pe_action_t *then, uint32_t filter)
then              763 lib/pacemaker/pcmk_sched_actions.c     CRM_ASSERT(is_primitive_action(then));
then              769 lib/pacemaker/pcmk_sched_actions.c         && !pcmk_is_set(then->flags, pe_action_optional)) {
then              777 lib/pacemaker/pcmk_sched_actions.c         && !pcmk_is_set(then->flags, pe_action_runnable)
then              778 lib/pacemaker/pcmk_sched_actions.c         && pcmk_is_set(then->rsc->flags, pe_rsc_managed)
then              779 lib/pacemaker/pcmk_sched_actions.c         && (first->rsc == then->rsc)) {
then              788 lib/pacemaker/pcmk_sched_actions.c                  first->uuid, then->uuid, reason);
then              792 lib/pacemaker/pcmk_sched_actions.c         clear_action_flag_because(first, pe_action_optional, then);
then              796 lib/pacemaker/pcmk_sched_actions.c     if (!pcmk_is_set(then->flags, pe_action_optional)) {
then              797 lib/pacemaker/pcmk_sched_actions.c         clear_action_flag_because(first, pe_action_optional, then);
then              801 lib/pacemaker/pcmk_sched_actions.c     if (!pcmk_is_set(then->flags, pe_action_migrate_runnable)) {
then              802 lib/pacemaker/pcmk_sched_actions.c         clear_action_flag_because(first, pe_action_migrate_runnable, then);
then              808 lib/pacemaker/pcmk_sched_actions.c         clear_action_flag_because(then, pe_action_runnable, first);
then              835 lib/pacemaker/pcmk_sched_actions.c pcmk__update_ordered_actions(pe_action_t *first, pe_action_t *then,
then              841 lib/pacemaker/pcmk_sched_actions.c     uint32_t then_flags = then->flags;
then              845 lib/pacemaker/pcmk_sched_actions.c         handle_asymmetric_ordering(first, then);
then              855 lib/pacemaker/pcmk_sched_actions.c             clear_action_flag_because(first, pe_action_optional, then);
then              859 lib/pacemaker/pcmk_sched_actions.c             && !pcmk_is_set(then->flags, pe_action_migrate_runnable)) {
then              860 lib/pacemaker/pcmk_sched_actions.c             clear_action_flag_because(first, pe_action_migrate_runnable, then);
then              865 lib/pacemaker/pcmk_sched_actions.c         && (then->rsc != NULL) && (then->rsc->role == RSC_ROLE_PROMOTED)
then              867 lib/pacemaker/pcmk_sched_actions.c         && !pcmk_is_set(then->flags, pe_action_optional)) {
then              869 lib/pacemaker/pcmk_sched_actions.c         clear_action_flag_because(first, pe_action_optional, then);
then              872 lib/pacemaker/pcmk_sched_actions.c             && !pcmk_is_set(then->flags, pe_action_migrate_runnable)) {
then              874 lib/pacemaker/pcmk_sched_actions.c                                       then);
then              881 lib/pacemaker/pcmk_sched_actions.c         if (!pcmk_all_flags_set(then->flags,
then              883 lib/pacemaker/pcmk_sched_actions.c             clear_action_flag_because(first, pe_action_runnable, then);
then              886 lib/pacemaker/pcmk_sched_actions.c         if (!pcmk_is_set(then->flags, pe_action_optional)) {
then              887 lib/pacemaker/pcmk_sched_actions.c             clear_action_flag_because(first, pe_action_optional, then);
then              895 lib/pacemaker/pcmk_sched_actions.c         clear_action_flag_because(then, pe_action_migrate_runnable, first);
then              896 lib/pacemaker/pcmk_sched_actions.c         pe__clear_action_flags(then, pe_action_pseudo);
then              901 lib/pacemaker/pcmk_sched_actions.c         && pcmk_is_set(then->flags, pe_action_runnable)
then              904 lib/pacemaker/pcmk_sched_actions.c         clear_action_flag_because(then, pe_action_runnable, first);
then              905 lib/pacemaker/pcmk_sched_actions.c         clear_action_flag_because(then, pe_action_migrate_runnable, first);
then              910 lib/pacemaker/pcmk_sched_actions.c         && pcmk_is_set(then->flags, pe_action_optional)
then              914 lib/pacemaker/pcmk_sched_actions.c         clear_action_flag_because(then, pe_action_optional, first);
then              918 lib/pacemaker/pcmk_sched_actions.c         handle_restart_ordering(first, then, filter);
then              921 lib/pacemaker/pcmk_sched_actions.c     if (then_flags != then->flags) {
then              923 lib/pacemaker/pcmk_sched_actions.c         pe_rsc_trace(then->rsc,
then              926 lib/pacemaker/pcmk_sched_actions.c                      then->uuid, pe__node_name(then->node),
then              927 lib/pacemaker/pcmk_sched_actions.c                      then->flags, then_flags, first->uuid, first->flags);
then              929 lib/pacemaker/pcmk_sched_actions.c         if ((then->rsc != NULL) && (then->rsc->parent != NULL)) {
then              931 lib/pacemaker/pcmk_sched_actions.c             pcmk__update_action_for_orderings(then, data_set);
then              941 lib/pacemaker/pcmk_sched_actions.c                      first->flags, first_flags, then->uuid, then->flags);
then              632 lib/pacemaker/pcmk_sched_bundle.c multi_update_interleave_actions(pe_action_t *first, pe_action_t *then,
then              647 lib/pacemaker/pcmk_sched_bundle.c     children = get_containers_or_children(then->rsc);
then              658 lib/pacemaker/pcmk_sched_bundle.c             crm_debug("No match found for %s (%d / %s / %s)", then_child->id, current, first->uuid, then->uuid);
then              667 lib/pacemaker/pcmk_sched_bundle.c                 pe_rsc_info(then->rsc, "Inhibiting %s from being active", then_child->id);
then              697 lib/pacemaker/pcmk_sched_bundle.c             then_replica = replica_for_container(then->rsc, then_child, node);
then              698 lib/pacemaker/pcmk_sched_bundle.c             if (strstr(then->task, "mote")
then              708 lib/pacemaker/pcmk_sched_bundle.c                                                 NULL, then->task, node);
then              710 lib/pacemaker/pcmk_sched_bundle.c                 then_action = find_first_action(then_child->actions, NULL, then->task, node);
then              730 lib/pacemaker/pcmk_sched_bundle.c                     && !pcmk__str_any_of(then->task, RSC_STOP, RSC_DEMOTE, NULL)) {
then              732 lib/pacemaker/pcmk_sched_bundle.c                             then->task, then_child->id);
then              736 lib/pacemaker/pcmk_sched_bundle.c                               then->task, then_child->id,
then              768 lib/pacemaker/pcmk_sched_bundle.c     if(children != then->rsc->children) {
then              775 lib/pacemaker/pcmk_sched_bundle.c can_interleave_actions(pe_action_t *first, pe_action_t *then)
then              781 lib/pacemaker/pcmk_sched_bundle.c     if(first->rsc == NULL || then->rsc == NULL) {
then              782 lib/pacemaker/pcmk_sched_bundle.c         crm_trace("Not interleaving %s with %s (both must be resources)", first->uuid, then->uuid);
then              784 lib/pacemaker/pcmk_sched_bundle.c     } else if(first->rsc == then->rsc) {
then              785 lib/pacemaker/pcmk_sched_bundle.c         crm_trace("Not interleaving %s with %s (must belong to different resources)", first->uuid, then->uuid);
then              787 lib/pacemaker/pcmk_sched_bundle.c     } else if(first->rsc->variant < pe_clone || then->rsc->variant < pe_clone) {
then              788 lib/pacemaker/pcmk_sched_bundle.c         crm_trace("Not interleaving %s with %s (both sides must be clones or bundles)", first->uuid, then->uuid);
then              792 lib/pacemaker/pcmk_sched_bundle.c     if (pcmk__ends_with(then->uuid, "_stop_0")
then              793 lib/pacemaker/pcmk_sched_bundle.c         || pcmk__ends_with(then->uuid, "_demote_0")) {
then              796 lib/pacemaker/pcmk_sched_bundle.c         rsc = then->rsc;
then              802 lib/pacemaker/pcmk_sched_bundle.c               first->uuid, then->uuid, interleave ? "yes" : "no", rsc->id);
then              830 lib/pacemaker/pcmk_sched_bundle.c pcmk__multi_update_actions(pe_action_t *first, pe_action_t *then,
then              837 lib/pacemaker/pcmk_sched_bundle.c     crm_trace("%s -> %s", first->uuid, then->uuid);
then              839 lib/pacemaker/pcmk_sched_bundle.c     if(can_interleave_actions(first, then)) {
then              840 lib/pacemaker/pcmk_sched_bundle.c         changed = multi_update_interleave_actions(first, then, node, filter,
then              843 lib/pacemaker/pcmk_sched_bundle.c     } else if(then->rsc) {
then              848 lib/pacemaker/pcmk_sched_bundle.c         changed |= pcmk__update_ordered_actions(first, then, node, flags,
then              852 lib/pacemaker/pcmk_sched_bundle.c         children = get_containers_or_children(then->rsc);
then              856 lib/pacemaker/pcmk_sched_bundle.c             pe_action_t *then_child_action = find_first_action(then_child->actions, NULL, then->task, node);
then              883 lib/pacemaker/pcmk_sched_bundle.c         if(children != then->rsc->children) {
then              595 lib/pacemaker/pcmk_sched_group.c pcmk__group_update_ordered_actions(pe_action_t *first, pe_action_t *then,
then              602 lib/pacemaker/pcmk_sched_group.c     CRM_ASSERT((first != NULL) && (then != NULL) && (data_set != NULL));
then              605 lib/pacemaker/pcmk_sched_group.c     CRM_ASSERT(then->rsc != NULL);
then              608 lib/pacemaker/pcmk_sched_group.c     changed |= pcmk__update_ordered_actions(first, then, node, flags, filter,
then              612 lib/pacemaker/pcmk_sched_group.c     for (GList *iter = then->rsc->children; iter != NULL; iter = iter->next) {
then              616 lib/pacemaker/pcmk_sched_group.c                                                        then->task, node);
then              297 lib/pacemaker/pcmk_sched_probes.c probe_needed_before_action(pe_action_t *probe, pe_action_t *then)
then              300 lib/pacemaker/pcmk_sched_probes.c     if (pcmk__str_eq(then->task, CRM_OP_FENCE, pcmk__str_casei)
then              301 lib/pacemaker/pcmk_sched_probes.c          && (probe->node != NULL) && (then->node != NULL)
then              302 lib/pacemaker/pcmk_sched_probes.c          && (probe->node->details == then->node->details)) {
then              303 lib/pacemaker/pcmk_sched_probes.c         const char *op = g_hash_table_lookup(then->meta, "stonith_action");
then              311 lib/pacemaker/pcmk_sched_probes.c     if (pcmk__str_eq(then->task, CRM_OP_SHUTDOWN, pcmk__str_none)
then              312 lib/pacemaker/pcmk_sched_probes.c         && (probe->node != NULL) && (then->node != NULL)
then              313 lib/pacemaker/pcmk_sched_probes.c         && (probe->node->details != then->node->details)) {
then              436 lib/pacemaker/pcmk_sched_probes.c                 pe_action_t *then = (pe_action_t *) then_iter->data;
then              438 lib/pacemaker/pcmk_sched_probes.c                 if (probe_needed_before_action(probe, then)) {
then              439 lib/pacemaker/pcmk_sched_probes.c                     order_actions(probe, then, order_flags);
then              505 lib/pacemaker/pcmk_sched_probes.c                 pe_action_t *then = (pe_action_t *) iter->data;
then              508 lib/pacemaker/pcmk_sched_probes.c                 if (!pcmk_is_set(then->flags, pe_action_pseudo)) {
then              509 lib/pacemaker/pcmk_sched_probes.c                     order_actions(probe, then, pe_order_optional);
then              632 lib/pacemaker/pcmk_sched_probes.c             pe_action_wrapper_t *then = (pe_action_wrapper_t *) then_iter->data;
then              634 lib/pacemaker/pcmk_sched_probes.c             add_restart_orderings_for_probe(probe, then->action, data_set);