last_rsc          922 lib/pacemaker/pcmk_sched_clone.c     pe_resource_t *last_rsc = NULL;
last_rsc          950 lib/pacemaker/pcmk_sched_clone.c         if (clone_data->ordered && last_rsc) {
last_rsc          951 lib/pacemaker/pcmk_sched_clone.c             order_start_start(last_rsc, child_rsc, pe_order_optional);
last_rsc          957 lib/pacemaker/pcmk_sched_clone.c         if (clone_data->ordered && last_rsc) {
last_rsc          958 lib/pacemaker/pcmk_sched_clone.c             order_stop_stop(child_rsc, last_rsc, pe_order_optional);
last_rsc          961 lib/pacemaker/pcmk_sched_clone.c         last_rsc = child_rsc;
last_rsc          167 lib/pacemaker/pcmk_sched_group.c     pe_resource_t *last_rsc = NULL;
last_rsc          188 lib/pacemaker/pcmk_sched_group.c         if (last_rsc == NULL) {
last_rsc          196 lib/pacemaker/pcmk_sched_group.c                                child_rsc, last_rsc, NULL, NULL, data_set);
last_rsc          226 lib/pacemaker/pcmk_sched_group.c         } else if (last_rsc != NULL) {
last_rsc          229 lib/pacemaker/pcmk_sched_group.c             order_start_start(last_rsc, child_rsc, start);
last_rsc          230 lib/pacemaker/pcmk_sched_group.c             order_stop_stop(child_rsc, last_rsc, pe_order_optional | pe_order_restart);
last_rsc          233 lib/pacemaker/pcmk_sched_group.c                 new_rsc_order(last_rsc, RSC_PROMOTE, child_rsc, RSC_PROMOTE, start, data_set);
last_rsc          234 lib/pacemaker/pcmk_sched_group.c                 new_rsc_order(child_rsc, RSC_DEMOTE, last_rsc, RSC_DEMOTE, pe_order_optional,
last_rsc          259 lib/pacemaker/pcmk_sched_group.c                 && last_rsc
last_rsc          260 lib/pacemaker/pcmk_sched_group.c                 && last_rsc->running_on == NULL && last_active && last_active->running_on) {
last_rsc          266 lib/pacemaker/pcmk_sched_group.c         last_rsc = child_rsc;
last_rsc          269 lib/pacemaker/pcmk_sched_group.c     if (group_data->ordered && last_rsc != NULL) {
last_rsc          273 lib/pacemaker/pcmk_sched_group.c         order_stop_stop(rsc, last_rsc, stop_stop_flags);
last_rsc          274 lib/pacemaker/pcmk_sched_group.c         new_rsc_order(last_rsc, RSC_STOP, rsc, RSC_STOPPED, stop_stopped_flags, data_set);
last_rsc          277 lib/pacemaker/pcmk_sched_group.c             new_rsc_order(rsc, RSC_DEMOTE, last_rsc, RSC_DEMOTE, stop_stop_flags, data_set);
last_rsc          278 lib/pacemaker/pcmk_sched_group.c             new_rsc_order(last_rsc, RSC_DEMOTE, rsc, RSC_DEMOTED, stop_stopped_flags, data_set);
last_rsc          373 lib/pacemaker/pcmk_sched_native.c             pe_resource_t *last_rsc = last->data;
last_rsc          377 lib/pacemaker/pcmk_sched_native.c                          rhs, rsc->id, last_rsc->id, factor);
last_rsc          378 lib/pacemaker/pcmk_sched_native.c             work = pcmk__native_merge_weights(last_rsc, rhs, NULL, attr, factor,
last_rsc          421 lib/pacemaker/pcmk_sched_native.c             pe_resource_t *last_rsc = g_list_last(rsc->children)->data;
last_rsc          423 lib/pacemaker/pcmk_sched_native.c             gIter = last_rsc->rsc_cons_lhs;
last_rsc          426 lib/pacemaker/pcmk_sched_native.c                          g_list_length(gIter), rsc->id, last_rsc->id);
last_rsc          933 lib/pacemaker/pcmk_sched_promotable.c     pe_resource_t *last_rsc = NULL;
last_rsc          947 lib/pacemaker/pcmk_sched_promotable.c                                     rsc, child_rsc, last_rsc, data_set);
last_rsc          950 lib/pacemaker/pcmk_sched_promotable.c                                    rsc, child_rsc, last_rsc, data_set);
last_rsc          952 lib/pacemaker/pcmk_sched_promotable.c         last_rsc = child_rsc;