pe_action_runnable   33 lib/pacemaker/pcmk_graph_producer.c     (pcmk_is_set((flags), pe_action_runnable)? "runnable" : "unrunnable")
pe_action_runnable  491 lib/pacemaker/pcmk_graph_producer.c     if (!pcmk_is_set(action->flags, pe_action_runnable)) {
pe_action_runnable  612 lib/pacemaker/pcmk_graph_producer.c     } else if (!pcmk_is_set(input->action->flags, pe_action_runnable)
pe_action_runnable  620 lib/pacemaker/pcmk_graph_producer.c     } else if (!pcmk_is_set(input->action->flags, pe_action_runnable)
pe_action_runnable  629 lib/pacemaker/pcmk_graph_producer.c                && !pcmk_is_set(input->action->flags, pe_action_runnable)) {
pe_action_runnable 1057 lib/pacemaker/pcmk_graph_producer.c                                    pe_action_optional|pe_action_runnable)
pe_action_runnable  208 lib/pacemaker/pcmk_output.c     if(source->reason && !pcmk_is_set(action->flags, pe_action_runnable)) {
pe_action_runnable  214 lib/pacemaker/pcmk_output.c     } else if (!pcmk_is_set(action->flags, pe_action_runnable)) {
pe_action_runnable  341 lib/pacemaker/pcmk_output.c     if (source->reason && !pcmk_is_set(action->flags, pe_action_runnable)) {
pe_action_runnable  350 lib/pacemaker/pcmk_output.c     } else if (!pcmk_is_set(action->flags, pe_action_runnable)) {
pe_action_runnable 1024 lib/pacemaker/pcmk_output.c     if ((start == NULL) || !pcmk_is_set(start->flags, pe_action_runnable)) {
pe_action_runnable 1068 lib/pacemaker/pcmk_output.c                    && pcmk_is_set(migrate_op->flags, pe_action_runnable)) {
pe_action_runnable 1087 lib/pacemaker/pcmk_output.c         } else if (!pcmk_is_set(start->flags, pe_action_runnable)) {
pe_action_runnable 1113 lib/pacemaker/pcmk_output.c            || (start && !pcmk_is_set(start->flags, pe_action_runnable)))) {
pe_action_runnable 1128 lib/pacemaker/pcmk_output.c             if (stop_op && (stop_op->flags & pe_action_runnable)) {
pe_action_runnable   53 lib/pacemaker/pcmk_sched_actions.c     runnable = pcmk_is_set(flags, pe_action_runnable);
pe_action_runnable   66 lib/pacemaker/pcmk_sched_actions.c     if (runnable && !pcmk_is_set(flags, pe_action_runnable)) {
pe_action_runnable   68 lib/pacemaker/pcmk_sched_actions.c                                  pe_action_runnable);
pe_action_runnable  267 lib/pacemaker/pcmk_sched_actions.c         enum pe_action_flags restart = pe_action_optional|pe_action_runnable;
pe_action_runnable  287 lib/pacemaker/pcmk_sched_actions.c                    && pcmk_is_set(first->flags, pe_action_runnable)) {
pe_action_runnable  288 lib/pacemaker/pcmk_sched_actions.c             pe__clear_action_flags(first, pe_action_runnable);
pe_action_runnable  316 lib/pacemaker/pcmk_sched_actions.c                                                                pe_action_runnable,
pe_action_runnable  320 lib/pacemaker/pcmk_sched_actions.c         } else if (pcmk_is_set(first_flags, pe_action_runnable)) {
pe_action_runnable  328 lib/pacemaker/pcmk_sched_actions.c                 && !pcmk_is_set(then->flags, pe_action_runnable)) {
pe_action_runnable  330 lib/pacemaker/pcmk_sched_actions.c                 pe__set_action_flags(then, pe_action_runnable);
pe_action_runnable  340 lib/pacemaker/pcmk_sched_actions.c         if (!pcmk_is_set(first_flags, pe_action_runnable)
pe_action_runnable  351 lib/pacemaker/pcmk_sched_actions.c                                                                pe_action_runnable,
pe_action_runnable  365 lib/pacemaker/pcmk_sched_actions.c                                                                pe_action_runnable,
pe_action_runnable  369 lib/pacemaker/pcmk_sched_actions.c         } else if (!pcmk_is_set(first_flags, pe_action_runnable)
pe_action_runnable  370 lib/pacemaker/pcmk_sched_actions.c                    && pcmk_is_set(then->flags, pe_action_runnable)) {
pe_action_runnable  372 lib/pacemaker/pcmk_sched_actions.c             pe__clear_action_flags(then, pe_action_runnable);
pe_action_runnable  414 lib/pacemaker/pcmk_sched_actions.c                                                                pe_action_runnable,
pe_action_runnable  428 lib/pacemaker/pcmk_sched_actions.c                                                                pe_action_runnable,
pe_action_runnable  437 lib/pacemaker/pcmk_sched_actions.c     if (pcmk_is_set(first->flags, pe_action_runnable)
pe_action_runnable  462 lib/pacemaker/pcmk_sched_actions.c         && !pcmk_is_set(first->flags, pe_action_runnable)
pe_action_runnable  465 lib/pacemaker/pcmk_sched_actions.c         if (pcmk_is_set(then->flags, pe_action_runnable)) {
pe_action_runnable  466 lib/pacemaker/pcmk_sched_actions.c             pe__clear_action_flags(then, pe_action_runnable);
pe_action_runnable  487 lib/pacemaker/pcmk_sched_actions.c     (pcmk_is_set((flags), pe_action_runnable)? "runnable" : "unrunnable")
pe_action_runnable  529 lib/pacemaker/pcmk_sched_actions.c         pe__clear_action_flags(then, pe_action_runnable);
pe_action_runnable  657 lib/pacemaker/pcmk_sched_actions.c         if (pcmk_is_set(last_flags, pe_action_runnable)
pe_action_runnable  658 lib/pacemaker/pcmk_sched_actions.c             && !pcmk_is_set(then->flags, pe_action_runnable)) {
pe_action_runnable  739 lib/pacemaker/pcmk_sched_actions.c     if (!pcmk_is_set(first->flags, pe_action_runnable)) {
pe_action_runnable  742 lib/pacemaker/pcmk_sched_actions.c         clear_action_flag_because(then, pe_action_runnable, first);
pe_action_runnable  776 lib/pacemaker/pcmk_sched_actions.c     if (pcmk_is_set(filter, pe_action_runnable)
pe_action_runnable  777 lib/pacemaker/pcmk_sched_actions.c         && !pcmk_is_set(then->flags, pe_action_runnable)
pe_action_runnable  791 lib/pacemaker/pcmk_sched_actions.c     if (pcmk_is_set(first->flags, pe_action_runnable)) {
pe_action_runnable  807 lib/pacemaker/pcmk_sched_actions.c         && !pcmk_is_set(first->flags, pe_action_runnable)) {
pe_action_runnable  808 lib/pacemaker/pcmk_sched_actions.c         clear_action_flag_because(then, pe_action_runnable, first);
pe_action_runnable  882 lib/pacemaker/pcmk_sched_actions.c                                 pe_action_migrate_runnable|pe_action_runnable)) {
pe_action_runnable  883 lib/pacemaker/pcmk_sched_actions.c             clear_action_flag_because(first, pe_action_runnable, then);
pe_action_runnable  893 lib/pacemaker/pcmk_sched_actions.c         && !pcmk_is_set(first->flags, pe_action_runnable)) {
pe_action_runnable  900 lib/pacemaker/pcmk_sched_actions.c         && pcmk_is_set(filter, pe_action_runnable)
pe_action_runnable  901 lib/pacemaker/pcmk_sched_actions.c         && pcmk_is_set(then->flags, pe_action_runnable)
pe_action_runnable  902 lib/pacemaker/pcmk_sched_actions.c         && !pcmk_is_set(flags, pe_action_runnable)) {
pe_action_runnable  904 lib/pacemaker/pcmk_sched_actions.c         clear_action_flag_because(then, pe_action_runnable, first);
pe_action_runnable  980 lib/pacemaker/pcmk_sched_actions.c             } else if (!pcmk_is_set(action->flags, pe_action_runnable)) {
pe_action_runnable 1000 lib/pacemaker/pcmk_sched_actions.c             } else if (!pcmk_is_set(action->flags, pe_action_runnable)) {
pe_action_runnable  703 lib/pacemaker/pcmk_sched_allocate.c     const uint64_t flags = pe_action_optional|pe_action_runnable|pe_action_pseudo;
pe_action_runnable  862 lib/pacemaker/pcmk_sched_bundle.c                 if (pcmk_is_set(then_child_flags, pe_action_runnable)) {
pe_action_runnable  397 lib/pacemaker/pcmk_sched_clone.c                                        pe_action_pseudo|pe_action_runnable)) {
pe_action_runnable  406 lib/pacemaker/pcmk_sched_clone.c             if (!pcmk_is_set(action->flags, pe_action_runnable)) {
pe_action_runnable  409 lib/pacemaker/pcmk_sched_clone.c                              pcmk_is_set(action->flags, pe_action_runnable),
pe_action_runnable  415 lib/pacemaker/pcmk_sched_clone.c                              pcmk_is_set(action->flags, pe_action_runnable),
pe_action_runnable  541 lib/pacemaker/pcmk_sched_clone.c         pe__set_action_flags(started, pe_action_runnable);
pe_action_runnable  874 lib/pacemaker/pcmk_sched_clone.c     enum pe_action_flags flags = (pe_action_optional | pe_action_runnable | pe_action_pseudo);
pe_action_runnable  894 lib/pacemaker/pcmk_sched_clone.c             if (pcmk_is_set(child_flags, pe_action_runnable)) {
pe_action_runnable  902 lib/pacemaker/pcmk_sched_clone.c         pe__clear_action_summary_flags(flags, action, pe_action_runnable);
pe_action_runnable  904 lib/pacemaker/pcmk_sched_clone.c             pe__clear_action_flags(action, pe_action_runnable);
pe_action_runnable  807 lib/pacemaker/pcmk_sched_colocation.c         if (pcmk_is_set(action->flags, pe_action_runnable)
pe_action_runnable  810 lib/pacemaker/pcmk_sched_colocation.c             pe__clear_action_flags(action, pe_action_runnable);
pe_action_runnable  843 lib/pacemaker/pcmk_sched_colocation.c     if (pcmk_is_set(action->flags, pe_action_runnable)) {
pe_action_runnable  874 lib/pacemaker/pcmk_sched_colocation.c             || pcmk_is_set(child_action->flags, pe_action_runnable)) {
pe_action_runnable  146 lib/pacemaker/pcmk_sched_fencing.c         pe__set_action_flags(action, pe_action_pseudo|pe_action_runnable);
pe_action_runnable  233 lib/pacemaker/pcmk_sched_fencing.c             pe__set_action_flags(action, pe_action_pseudo|pe_action_runnable);
pe_action_runnable  385 lib/pacemaker/pcmk_sched_fencing.c     pe__set_action_flags(stonith_op, pe_action_pseudo|pe_action_runnable);
pe_action_runnable  163 lib/pacemaker/pcmk_sched_group.c     pe__set_action_flags(op, pe_action_pseudo|pe_action_runnable);
pe_action_runnable  515 lib/pacemaker/pcmk_sched_group.c                                  |pe_action_runnable
pe_action_runnable  547 lib/pacemaker/pcmk_sched_group.c                 && pcmk_is_set(flags, pe_action_runnable)
pe_action_runnable  548 lib/pacemaker/pcmk_sched_group.c                 && !pcmk_is_set(member_flags, pe_action_runnable)) {
pe_action_runnable  553 lib/pacemaker/pcmk_sched_group.c                                            pe_action_runnable);
pe_action_runnable  554 lib/pacemaker/pcmk_sched_group.c                 pe__clear_action_flags(action, pe_action_runnable);
pe_action_runnable  565 lib/pacemaker/pcmk_sched_group.c                                        pe_action_runnable);
pe_action_runnable 1269 lib/pacemaker/pcmk_sched_ordering.c             pe__clear_action_flags(then_action_iter, pe_action_runnable);
pe_action_runnable 1149 lib/pacemaker/pcmk_sched_primitive.c             pe__clear_action_flags(stop, pe_action_runnable);
pe_action_runnable 1191 lib/pacemaker/pcmk_sched_primitive.c     if (pcmk_is_set(start->flags, pe_action_runnable) && !optional) {
pe_action_runnable 1229 lib/pacemaker/pcmk_sched_primitive.c         if (!pcmk_is_set(start->flags, pe_action_runnable)) {
pe_action_runnable 1259 lib/pacemaker/pcmk_sched_primitive.c             pe__clear_action_flags(promote, pe_action_runnable);
pe_action_runnable  263 lib/pacemaker/pcmk_sched_probes.c     if (!pcmk_is_set(probe->flags, pe_action_runnable)
pe_action_runnable  306 lib/pacemaker/pcmk_sched_recurring.c     if (!pcmk_is_set(start->flags, pe_action_runnable)) {
pe_action_runnable  308 lib/pacemaker/pcmk_sched_recurring.c         pe__clear_action_flags(mon, pe_action_runnable);
pe_action_runnable  314 lib/pacemaker/pcmk_sched_recurring.c         pe__clear_action_flags(mon, pe_action_runnable);
pe_action_runnable  445 lib/pacemaker/pcmk_sched_recurring.c         if (!pcmk_is_set(stop->flags, pe_action_runnable)) {
pe_action_runnable  448 lib/pacemaker/pcmk_sched_recurring.c             pe__clear_action_flags(action, pe_action_runnable);
pe_action_runnable  531 lib/pacemaker/pcmk_sched_recurring.c             pe__clear_action_flags(stopped_mon, pe_action_runnable);
pe_action_runnable  534 lib/pacemaker/pcmk_sched_recurring.c         if (pcmk_is_set(stopped_mon->flags, pe_action_runnable)
pe_action_runnable  375 lib/pacemaker/pcmk_sched_resource.c                 pe__clear_action_flags(op, pe_action_runnable);
pe_action_runnable  391 lib/pacemaker/pcmk_sched_resource.c                     pe__clear_action_flags(op, pe_action_runnable);
pe_action_runnable  260 lib/pacemaker/pcmk_simulate.c             CRM_LOG_ASSERT(!pcmk_is_set(action->flags, pe_action_runnable));
pe_action_runnable  190 lib/pengine/pe_actions.c     pe__set_action_flags(action, pe_action_runnable);
pe_action_runnable  328 lib/pengine/pe_actions.c         pe__clear_action_flags(action, pe_action_runnable);
pe_action_runnable  334 lib/pengine/pe_actions.c         pe__clear_action_flags(action, pe_action_runnable);
pe_action_runnable  347 lib/pengine/pe_actions.c         pe__clear_action_flags(action, pe_action_runnable);
pe_action_runnable  364 lib/pengine/pe_actions.c             pe__clear_action_flags(action, pe_action_runnable);
pe_action_runnable  369 lib/pengine/pe_actions.c             pe__set_action_flags(action, pe_action_runnable);
pe_action_runnable  377 lib/pengine/pe_actions.c                 pe__clear_action_flags(action, pe_action_runnable);
pe_action_runnable  387 lib/pengine/pe_actions.c                     pe__clear_action_flags(action, pe_action_runnable);
pe_action_runnable  394 lib/pengine/pe_actions.c                 pe__set_action_flags(action, pe_action_runnable);
pe_action_runnable  417 lib/pengine/pe_actions.c         if (pcmk_is_set(action->flags, pe_action_runnable)) {
pe_action_runnable  983 lib/pengine/pe_actions.c         pe__set_action_flags(op, pe_action_pseudo|pe_action_runnable);
pe_action_runnable 1429 lib/pengine/pe_actions.c         case pe_action_runnable:
pe_action_runnable 1658 lib/pengine/pe_actions.c         pe__set_action_flags(action, pe_action_runnable);
pe_action_runnable  324 lib/pengine/pe_notif.c     } else if (!pcmk_is_set(op->flags, pe_action_runnable)) {
pe_action_runnable  446 lib/pengine/pe_notif.c         pe__set_action_flags(n_data->pre, pe_action_runnable);
pe_action_runnable  453 lib/pengine/pe_notif.c         pe__set_action_flags(n_data->pre_done, pe_action_runnable);
pe_action_runnable  469 lib/pengine/pe_notif.c         if (pcmk_is_set(complete->flags, pe_action_runnable)) {
pe_action_runnable  470 lib/pengine/pe_notif.c             pe__set_action_flags(n_data->post, pe_action_runnable);
pe_action_runnable  472 lib/pengine/pe_notif.c             pe__clear_action_flags(n_data->post, pe_action_runnable);
pe_action_runnable  482 lib/pengine/pe_notif.c         if (pcmk_is_set(complete->flags, pe_action_runnable)) {
pe_action_runnable  483 lib/pengine/pe_notif.c             pe__set_action_flags(n_data->post_done, pe_action_runnable);
pe_action_runnable  485 lib/pengine/pe_notif.c             pe__clear_action_flags(n_data->post_done, pe_action_runnable);
pe_action_runnable  607 lib/pengine/pe_notif.c             } else if (!pcmk_is_set(op->flags, pe_action_runnable)) {
pe_action_runnable  896 lib/pengine/pe_notif.c                 && !pcmk_is_set(remote_start->flags, pe_action_runnable)) {
pe_action_runnable 1643 tools/crm_resource_runtime.c         || !pcmk_is_set(action->flags, pe_action_runnable)