then 153 include/pcmki/pcmki_sched_allocate.h enum pe_graph_flags native_update_actions(pe_action_t *first, pe_action_t *then, then 159 include/pcmki/pcmki_sched_allocate.h enum pe_graph_flags group_update_actions(pe_action_t *first, pe_action_t *then, then 166 include/pcmki/pcmki_sched_allocate.h pe_action_t *then, then 2546 lib/pacemaker/pcmk_sched_allocate.c pe_action_t *then = (pe_action_t *) gIter->data; then 2549 lib/pacemaker/pcmk_sched_allocate.c if (pcmk_is_set(then->flags, pe_action_pseudo)) { then 2553 lib/pacemaker/pcmk_sched_allocate.c order_actions(probe, then, probe_order_type); then 648 lib/pacemaker/pcmk_sched_bundle.c multi_update_interleave_actions(pe_action_t *first, pe_action_t *then, then 665 lib/pacemaker/pcmk_sched_bundle.c children = get_containers_or_children(then->rsc); then 676 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 685 lib/pacemaker/pcmk_sched_bundle.c pe_rsc_info(then->rsc, "Inhibiting %s from being active", then_child->id); then 715 lib/pacemaker/pcmk_sched_bundle.c then_replica = replica_for_container(then->rsc, then_child, node); then 716 lib/pacemaker/pcmk_sched_bundle.c if (strstr(then->task, "mote") then 726 lib/pacemaker/pcmk_sched_bundle.c NULL, then->task, node); then 728 lib/pacemaker/pcmk_sched_bundle.c then_action = find_first_action(then_child->actions, NULL, then->task, node); then 748 lib/pacemaker/pcmk_sched_bundle.c && !pcmk__str_any_of(then->task, RSC_STOP, RSC_DEMOTE, NULL)) { then 750 lib/pacemaker/pcmk_sched_bundle.c then->task, then_child->id); then 754 lib/pacemaker/pcmk_sched_bundle.c then->task, then_child->id, then 783 lib/pacemaker/pcmk_sched_bundle.c if(children != then->rsc->children) { then 790 lib/pacemaker/pcmk_sched_bundle.c can_interleave_actions(pe_action_t *first, pe_action_t *then) then 796 lib/pacemaker/pcmk_sched_bundle.c if(first->rsc == NULL || then->rsc == NULL) { then 797 lib/pacemaker/pcmk_sched_bundle.c crm_trace("Not interleaving %s with %s (both must be resources)", first->uuid, then->uuid); then 799 lib/pacemaker/pcmk_sched_bundle.c } else if(first->rsc == then->rsc) { then 800 lib/pacemaker/pcmk_sched_bundle.c crm_trace("Not interleaving %s with %s (must belong to different resources)", first->uuid, then->uuid); then 802 lib/pacemaker/pcmk_sched_bundle.c } else if(first->rsc->variant < pe_clone || then->rsc->variant < pe_clone) { then 803 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 807 lib/pacemaker/pcmk_sched_bundle.c if (pcmk__ends_with(then->uuid, "_stop_0") then 808 lib/pacemaker/pcmk_sched_bundle.c || pcmk__ends_with(then->uuid, "_demote_0")) { then 811 lib/pacemaker/pcmk_sched_bundle.c rsc = then->rsc; then 817 lib/pacemaker/pcmk_sched_bundle.c first->uuid, then->uuid, interleave ? "yes" : "no", rsc->id); then 823 lib/pacemaker/pcmk_sched_bundle.c pcmk__multi_update_actions(pe_action_t *first, pe_action_t *then, then 830 lib/pacemaker/pcmk_sched_bundle.c crm_trace("%s -> %s", first->uuid, then->uuid); then 832 lib/pacemaker/pcmk_sched_bundle.c if(can_interleave_actions(first, then)) { then 833 lib/pacemaker/pcmk_sched_bundle.c changed = multi_update_interleave_actions(first, then, node, flags, then 836 lib/pacemaker/pcmk_sched_bundle.c } else if(then->rsc) { then 841 lib/pacemaker/pcmk_sched_bundle.c changed |= native_update_actions(first, then, node, flags, filter, then 845 lib/pacemaker/pcmk_sched_bundle.c children = get_containers_or_children(then->rsc); then 849 lib/pacemaker/pcmk_sched_bundle.c pe_action_t *then_child_action = find_first_action(then_child->actions, NULL, then->task, node); then 868 lib/pacemaker/pcmk_sched_bundle.c if(children != then->rsc->children) { then 23 lib/pacemaker/pcmk_sched_graph.c gboolean rsc_update_action(pe_action_t * first, pe_action_t * then, enum pe_ordering type); then 176 lib/pacemaker/pcmk_sched_graph.c graph_update_action(pe_action_t * first, pe_action_t * then, pe_node_t * node, then 209 lib/pacemaker/pcmk_sched_graph.c if (then->rsc) { then 210 lib/pacemaker/pcmk_sched_graph.c changed |= then->rsc->cmds->update_actions(first, then, node, then 215 lib/pacemaker/pcmk_sched_graph.c if (update_action_flags(then, pe_action_optional | pe_action_clear, __func__, __LINE__)) { then 220 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "implies right: %s then %s: changed", first->uuid, then->uuid); then 222 lib/pacemaker/pcmk_sched_graph.c crm_trace("implies right: %s then %s %p", first->uuid, then->uuid, then->rsc); then 226 lib/pacemaker/pcmk_sched_graph.c if ((type & pe_order_restart) && then->rsc) { then 230 lib/pacemaker/pcmk_sched_graph.c changed |= then->rsc->cmds->update_actions(first, then, node, then 234 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "restart: %s then %s: changed", first->uuid, then->uuid); then 236 lib/pacemaker/pcmk_sched_graph.c crm_trace("restart: %s then %s", first->uuid, then->uuid); then 243 lib/pacemaker/pcmk_sched_graph.c changed |= first->rsc->cmds->update_actions(first, then, node, then 250 lib/pacemaker/pcmk_sched_graph.c then->uuid, pcmk_is_set(then_flags, pe_action_optional)); then 257 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "implies left: %s then %s: changed", first->uuid, then->uuid); then 261 lib/pacemaker/pcmk_sched_graph.c then->uuid, pcmk_is_set(then_flags, pe_action_optional)); then 267 lib/pacemaker/pcmk_sched_graph.c if (then->rsc) { then 268 lib/pacemaker/pcmk_sched_graph.c changed |= then->rsc->cmds->update_actions(first, then, node, then 274 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, then 276 lib/pacemaker/pcmk_sched_graph.c "%s then %s: changed", first->uuid, then->uuid); then 279 lib/pacemaker/pcmk_sched_graph.c "%s then %s", first->uuid, then->uuid); then 285 lib/pacemaker/pcmk_sched_graph.c if (then->rsc) { then 286 lib/pacemaker/pcmk_sched_graph.c changed |= then->rsc->cmds->update_actions(first, then, node, then 293 lib/pacemaker/pcmk_sched_graph.c then->runnable_before++; then 297 lib/pacemaker/pcmk_sched_graph.c if (then->runnable_before >= then->required_runnable_before) { then 298 lib/pacemaker/pcmk_sched_graph.c if (update_action_flags(then, pe_action_runnable, __func__, __LINE__)) { then 304 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "runnable_one_or_more: %s then %s: changed", first->uuid, then 305 lib/pacemaker/pcmk_sched_graph.c then->uuid); then 307 lib/pacemaker/pcmk_sched_graph.c crm_trace("runnable_one_or_more: %s then %s", first->uuid, then->uuid); then 311 lib/pacemaker/pcmk_sched_graph.c if (then->rsc && pcmk_is_set(type, pe_order_probe)) { then 317 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "Ignoring %s then %s - %s is about to be stopped", then 318 lib/pacemaker/pcmk_sched_graph.c first->uuid, then->uuid, first->rsc->id); then 323 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "Enforcing %s then %s", first->uuid, then->uuid); then 324 lib/pacemaker/pcmk_sched_graph.c changed |= then->rsc->cmds->update_actions(first, then, node, then 330 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "runnable: %s then %s: changed", first->uuid, then->uuid); then 332 lib/pacemaker/pcmk_sched_graph.c crm_trace("runnable: %s then %s", first->uuid, then->uuid); then 338 lib/pacemaker/pcmk_sched_graph.c if (then->rsc) { then 339 lib/pacemaker/pcmk_sched_graph.c changed |= then->rsc->cmds->update_actions(first, then, node, then 344 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "then unrunnable: %s then %s", first->uuid, then->uuid); then 345 lib/pacemaker/pcmk_sched_graph.c if (update_action_flags(then, pe_action_runnable | pe_action_clear, __func__, __LINE__)) { then 350 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "runnable: %s then %s: changed", first->uuid, then->uuid); then 352 lib/pacemaker/pcmk_sched_graph.c crm_trace("runnable: %s then %s", first->uuid, then->uuid); then 358 lib/pacemaker/pcmk_sched_graph.c if (then->rsc) { then 359 lib/pacemaker/pcmk_sched_graph.c changed |= then->rsc->cmds->update_actions(first, then, node, then 364 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "optional: %s then %s: changed", first->uuid, then->uuid); then 366 lib/pacemaker/pcmk_sched_graph.c crm_trace("optional: %s then %s", first->uuid, then->uuid); then 372 lib/pacemaker/pcmk_sched_graph.c if (then->rsc) { then 373 lib/pacemaker/pcmk_sched_graph.c changed |= then->rsc->cmds->update_actions(first, then, node, then 378 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "optional: %s then %s: changed", first->uuid, then->uuid); then 380 lib/pacemaker/pcmk_sched_graph.c crm_trace("optional: %s then %s", first->uuid, then->uuid); then 386 lib/pacemaker/pcmk_sched_graph.c if (then->rsc) { then 387 lib/pacemaker/pcmk_sched_graph.c changed |= then->rsc->cmds->update_actions(first, then, node, then 391 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "optional: %s then %s: changed", first->uuid, then->uuid); then 393 lib/pacemaker/pcmk_sched_graph.c crm_trace("optional: %s then %s", first->uuid, then->uuid); then 399 lib/pacemaker/pcmk_sched_graph.c if (then->rsc) { then 400 lib/pacemaker/pcmk_sched_graph.c changed |= then->rsc->cmds->update_actions(first, then, node, then 406 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "asymmetrical: %s then %s: changed", first->uuid, then->uuid); then 408 lib/pacemaker/pcmk_sched_graph.c crm_trace("asymmetrical: %s then %s", first->uuid, then->uuid); then 416 lib/pacemaker/pcmk_sched_graph.c crm_trace("%s implies %s printed", first->uuid, then->uuid); then 417 lib/pacemaker/pcmk_sched_graph.c update_action_flags(then, pe_action_print_always, __func__, __LINE__); /* don't care about changed */ then 424 lib/pacemaker/pcmk_sched_graph.c crm_trace("%s implies %s printed", then->uuid, first->uuid); then 437 lib/pacemaker/pcmk_sched_graph.c if (update_action_flags(then, pe_action_runnable | pe_action_clear, __func__, __LINE__)) { then 442 lib/pacemaker/pcmk_sched_graph.c pe_rsc_trace(then->rsc, "unmanaged left: %s then %s: changed", first->uuid, then->uuid); then 444 lib/pacemaker/pcmk_sched_graph.c crm_trace("unmanaged left: %s then %s", first->uuid, then->uuid); then 522 lib/pacemaker/pcmk_sched_graph.c update_action(pe_action_t *then, pe_working_set_t *data_set) then 526 lib/pacemaker/pcmk_sched_graph.c int last_flags = then->flags; then 529 lib/pacemaker/pcmk_sched_graph.c then->uuid, then 530 lib/pacemaker/pcmk_sched_graph.c pcmk_is_set(then->flags, pe_action_optional)? "optional" : "required", then 531 lib/pacemaker/pcmk_sched_graph.c pcmk_is_set(then->flags, pe_action_runnable)? "runnable" : "unrunnable", then 532 lib/pacemaker/pcmk_sched_graph.c pcmk_is_set(then->flags, pe_action_pseudo)? "pseudo" then 533 lib/pacemaker/pcmk_sched_graph.c : (then->node? then->node->details->uname : "")); then 535 lib/pacemaker/pcmk_sched_graph.c if (pcmk_is_set(then->flags, pe_action_requires_any)) { then 540 lib/pacemaker/pcmk_sched_graph.c then->runnable_before = 0; then 545 lib/pacemaker/pcmk_sched_graph.c if (then->required_runnable_before == 0) { then 546 lib/pacemaker/pcmk_sched_graph.c then->required_runnable_before = 1; then 548 lib/pacemaker/pcmk_sched_graph.c pe__clear_action_flags(then, pe_action_runnable); then 558 lib/pacemaker/pcmk_sched_graph.c for (lpc = then->actions_before; lpc != NULL; lpc = lpc->next) { then 562 lib/pacemaker/pcmk_sched_graph.c pe_node_t *then_node = then->node; then 575 lib/pacemaker/pcmk_sched_graph.c if (then->rsc && then->rsc->variant == pe_group && pcmk__str_eq(then->task, RSC_START, pcmk__str_casei)) { then 576 lib/pacemaker/pcmk_sched_graph.c then_node = then->rsc->fns->location(then->rsc, NULL, FALSE); then 578 lib/pacemaker/pcmk_sched_graph.c crm_trace("Then: Found node %s for %s", then_node->details->uname, then->uuid); then 588 lib/pacemaker/pcmk_sched_graph.c then->uuid, then_node->details->uname); then 593 lib/pacemaker/pcmk_sched_graph.c pe__clear_graph_flags(changed, then, pe_graph_updated_first); then 596 lib/pacemaker/pcmk_sched_graph.c && !pcmk_is_set(then->flags, pe_action_optional)) { then 607 lib/pacemaker/pcmk_sched_graph.c if (first->rsc && then->rsc && (first->rsc != then->rsc) then 608 lib/pacemaker/pcmk_sched_graph.c && (is_parent(then->rsc, first->rsc) == FALSE)) { then 612 lib/pacemaker/pcmk_sched_graph.c crm_trace("Ordering %s after %s instead of %s", then->uuid, first->uuid, then 617 lib/pacemaker/pcmk_sched_graph.c then_flags = get_action_flags(then, first_node); then 620 lib/pacemaker/pcmk_sched_graph.c then->uuid, then 624 lib/pacemaker/pcmk_sched_graph.c : (then->node? then->node->details->uname : ""), then 646 lib/pacemaker/pcmk_sched_graph.c pe_node_t *node = then->node; then 647 lib/pacemaker/pcmk_sched_graph.c changed |= graph_update_action(first, then, node, first_flags, then 653 lib/pacemaker/pcmk_sched_graph.c } else if (order_actions(first, then, other->type)) { then 657 lib/pacemaker/pcmk_sched_graph.c pe__set_graph_flags(changed, then, then 663 lib/pacemaker/pcmk_sched_graph.c other->action->uuid, then->uuid, first->uuid, then->uuid); then 664 lib/pacemaker/pcmk_sched_graph.c pe__clear_graph_flags(changed, then, pe_graph_disable); then 686 lib/pacemaker/pcmk_sched_graph.c if (pcmk_is_set(then->flags, pe_action_requires_any)) { then 687 lib/pacemaker/pcmk_sched_graph.c if (last_flags != then->flags) { then 688 lib/pacemaker/pcmk_sched_graph.c pe__set_graph_flags(changed, then, pe_graph_updated_then); then 690 lib/pacemaker/pcmk_sched_graph.c pe__clear_graph_flags(changed, then, pe_graph_updated_then); then 696 lib/pacemaker/pcmk_sched_graph.c then->uuid, then 697 lib/pacemaker/pcmk_sched_graph.c pcmk_is_set(then->flags, pe_action_optional)? "optional" : "required", then 698 lib/pacemaker/pcmk_sched_graph.c pcmk_is_set(then->flags, pe_action_runnable)? "runnable" : "unrunnable", then 699 lib/pacemaker/pcmk_sched_graph.c pcmk_is_set(then->flags, pe_action_pseudo)? "pseudo" then 700 lib/pacemaker/pcmk_sched_graph.c : (then->node? then->node->details-> uname : "")); then 703 lib/pacemaker/pcmk_sched_graph.c && !pcmk_is_set(then->flags, pe_action_runnable)) { then 704 lib/pacemaker/pcmk_sched_graph.c update_colo_start_chain(then, data_set); then 706 lib/pacemaker/pcmk_sched_graph.c update_action(then, data_set); then 707 lib/pacemaker/pcmk_sched_graph.c for (lpc = then->actions_after; lpc != NULL; lpc = lpc->next) { then 426 lib/pacemaker/pcmk_sched_group.c group_update_actions(pe_action_t *first, pe_action_t *then, pe_node_t *node, then 430 lib/pacemaker/pcmk_sched_group.c GList *gIter = then->rsc->children; then 433 lib/pacemaker/pcmk_sched_group.c CRM_ASSERT(then->rsc != NULL); then 434 lib/pacemaker/pcmk_sched_group.c changed |= native_update_actions(first, then, node, flags, filter, type, then 439 lib/pacemaker/pcmk_sched_group.c pe_action_t *child_action = find_first_action(child->actions, NULL, then->task, node); then 2077 lib/pacemaker/pcmk_sched_native.c handle_restart_ordering(pe_action_t *first, pe_action_t *then, then 2083 lib/pacemaker/pcmk_sched_native.c CRM_ASSERT(is_primitive_action(then)); then 2089 lib/pacemaker/pcmk_sched_native.c && !pcmk_is_set(then->flags, pe_action_optional)) { then 2097 lib/pacemaker/pcmk_sched_native.c && !pcmk_is_set(then->flags, pe_action_runnable) then 2098 lib/pacemaker/pcmk_sched_native.c && pcmk_is_set(then->rsc->flags, pe_rsc_managed) then 2099 lib/pacemaker/pcmk_sched_native.c && pcmk__str_eq(then->task, RSC_START, pcmk__str_casei)) { then 2108 lib/pacemaker/pcmk_sched_native.c first->uuid, then->uuid, reason); then 2112 lib/pacemaker/pcmk_sched_native.c pe_action_implies(first, then, pe_action_optional); then 2116 lib/pacemaker/pcmk_sched_native.c if (!pcmk_is_set(then->flags, pe_action_optional)) { then 2117 lib/pacemaker/pcmk_sched_native.c pe_action_implies(first, then, pe_action_optional); then 2121 lib/pacemaker/pcmk_sched_native.c if (!pcmk_is_set(then->flags, pe_action_migrate_runnable)) { then 2122 lib/pacemaker/pcmk_sched_native.c pe_action_implies(first, then, pe_action_migrate_runnable); then 2128 lib/pacemaker/pcmk_sched_native.c pe_action_implies(then, first, pe_action_runnable); then 2133 lib/pacemaker/pcmk_sched_native.c native_update_actions(pe_action_t *first, pe_action_t *then, pe_node_t *node, then 2139 lib/pacemaker/pcmk_sched_native.c enum pe_action_flags then_flags = then->flags; then 2144 lib/pacemaker/pcmk_sched_native.c first->flags, then->uuid, then->flags); then 2147 lib/pacemaker/pcmk_sched_native.c pe_resource_t *then_rsc = then->rsc; then 2152 lib/pacemaker/pcmk_sched_native.c } else if ((then_rsc_role == RSC_ROLE_STOPPED) && pcmk__str_eq(then->task, RSC_STOP, pcmk__str_casei)) { then 2156 lib/pacemaker/pcmk_sched_native.c && pcmk__str_eq(then->task, RSC_START, pcmk__str_casei) then 2157 lib/pacemaker/pcmk_sched_native.c && pcmk_is_set(then->flags, pe_action_optional) then 2158 lib/pacemaker/pcmk_sched_native.c && then->node then 2160 lib/pacemaker/pcmk_sched_native.c && then->node->details == ((pe_node_t *) then_rsc->running_on->data)->details) { then 2169 lib/pacemaker/pcmk_sched_native.c pe_action_implies(then, first, pe_action_optional); then 2170 lib/pacemaker/pcmk_sched_native.c pe_action_implies(then, first, pe_action_runnable); then 2172 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(then->rsc, "Unset optional and runnable on %s", then->uuid); then 2182 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(first->rsc, "Unset optional on %s because of %s", first->uuid, then->uuid); then 2183 lib/pacemaker/pcmk_sched_native.c pe_action_implies(first, then, pe_action_optional); then 2187 lib/pacemaker/pcmk_sched_native.c !pcmk_is_set(then->flags, pe_action_migrate_runnable) && then 2188 lib/pacemaker/pcmk_sched_native.c !pcmk_is_set(then->flags, pe_action_optional)) { then 2191 lib/pacemaker/pcmk_sched_native.c first->uuid, then->uuid); then 2192 lib/pacemaker/pcmk_sched_native.c pe_action_implies(first, then, pe_action_migrate_runnable); then 2198 lib/pacemaker/pcmk_sched_native.c ((then->flags & pe_action_optional) == FALSE) && then 2199 lib/pacemaker/pcmk_sched_native.c (then->rsc != NULL) && (then->rsc->role == RSC_ROLE_PROMOTED)) { then 2200 lib/pacemaker/pcmk_sched_native.c pe_action_implies(first, then, pe_action_optional); then 2203 lib/pacemaker/pcmk_sched_native.c !pcmk_is_set(then->flags, pe_action_migrate_runnable)) { then 2205 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(first->rsc, "Unset migrate runnable on %s because of %s", first->uuid, then->uuid); then 2206 lib/pacemaker/pcmk_sched_native.c pe_action_implies(first, then, pe_action_migrate_runnable); then 2208 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(then->rsc, "Unset optional on %s because of %s", first->uuid, then->uuid); then 2215 lib/pacemaker/pcmk_sched_native.c if (((then->flags & pe_action_migrate_runnable) == FALSE) || then 2216 lib/pacemaker/pcmk_sched_native.c ((then->flags & pe_action_runnable) == FALSE)) { then 2218 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(then->rsc, "Unset runnable on %s because %s is neither runnable or migratable", first->uuid, then->uuid); then 2219 lib/pacemaker/pcmk_sched_native.c pe_action_implies(first, then, pe_action_runnable); then 2222 lib/pacemaker/pcmk_sched_native.c if ((then->flags & pe_action_optional) == 0) { then 2223 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(then->rsc, "Unset optional on %s because %s is not optional", first->uuid, then->uuid); then 2224 lib/pacemaker/pcmk_sched_native.c pe_action_implies(first, then, pe_action_optional); then 2232 lib/pacemaker/pcmk_sched_native.c pe_action_implies(then, first, pe_action_migrate_runnable); then 2233 lib/pacemaker/pcmk_sched_native.c pe__clear_action_flags(then, pe_action_pseudo); then 2234 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(then->rsc, "Unset pseudo on %s because %s is not runnable", then->uuid, first->uuid); then 2241 lib/pacemaker/pcmk_sched_native.c && pcmk_is_set(then->flags, pe_action_runnable) then 2243 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(then->rsc, "Unset runnable on %s because of %s", then->uuid, first->uuid); then 2244 lib/pacemaker/pcmk_sched_native.c pe_action_implies(then, first, pe_action_runnable); then 2245 lib/pacemaker/pcmk_sched_native.c pe_action_implies(then, first, pe_action_migrate_runnable); then 2250 lib/pacemaker/pcmk_sched_native.c && pcmk_is_set(then->flags, pe_action_optional) then 2255 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(then->rsc, "Unset optional on %s because of %s", then->uuid, first->uuid); then 2256 lib/pacemaker/pcmk_sched_native.c pe_action_implies(then, first, pe_action_optional); then 2261 lib/pacemaker/pcmk_sched_native.c handle_restart_ordering(first, then, filter); then 2264 lib/pacemaker/pcmk_sched_native.c if (then_flags != then->flags) { then 2266 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(then->rsc, then 2268 lib/pacemaker/pcmk_sched_native.c then->uuid, then->node ? then->node->details->uname : "[none]", then->flags, then 2271 lib/pacemaker/pcmk_sched_native.c if(then->rsc && then->rsc->parent) { then 2273 lib/pacemaker/pcmk_sched_native.c update_action(then, data_set); then 2282 lib/pacemaker/pcmk_sched_native.c first->flags, first_flags, then->uuid, then->flags);