last_rsc          976 lib/pacemaker/pcmk_sched_clone.c     pe_resource_t *last_rsc = NULL;
last_rsc         1004 lib/pacemaker/pcmk_sched_clone.c         if (clone_data->ordered && last_rsc) {
last_rsc         1005 lib/pacemaker/pcmk_sched_clone.c             order_start_start(last_rsc, child_rsc, pe_order_optional);
last_rsc         1011 lib/pacemaker/pcmk_sched_clone.c         if (clone_data->ordered && last_rsc) {
last_rsc         1012 lib/pacemaker/pcmk_sched_clone.c             order_stop_stop(child_rsc, last_rsc, pe_order_optional);
last_rsc         1015 lib/pacemaker/pcmk_sched_clone.c         last_rsc = child_rsc;
last_rsc          171 lib/pacemaker/pcmk_sched_group.c     pe_resource_t *last_rsc = NULL;
last_rsc          192 lib/pacemaker/pcmk_sched_group.c         if (last_rsc == NULL) {
last_rsc          200 lib/pacemaker/pcmk_sched_group.c                                  child_rsc, last_rsc, NULL, NULL,
last_rsc          232 lib/pacemaker/pcmk_sched_group.c         } else if (last_rsc != NULL) {
last_rsc          235 lib/pacemaker/pcmk_sched_group.c             order_start_start(last_rsc, child_rsc, start);
last_rsc          236 lib/pacemaker/pcmk_sched_group.c             order_stop_stop(child_rsc, last_rsc, pe_order_optional | pe_order_restart);
last_rsc          239 lib/pacemaker/pcmk_sched_group.c                 new_rsc_order(last_rsc, RSC_PROMOTE, child_rsc, RSC_PROMOTE, start, data_set);
last_rsc          240 lib/pacemaker/pcmk_sched_group.c                 new_rsc_order(child_rsc, RSC_DEMOTE, last_rsc, RSC_DEMOTE, pe_order_optional,
last_rsc          265 lib/pacemaker/pcmk_sched_group.c                 && last_rsc
last_rsc          266 lib/pacemaker/pcmk_sched_group.c                 && last_rsc->running_on == NULL && last_active && last_active->running_on) {
last_rsc          272 lib/pacemaker/pcmk_sched_group.c         last_rsc = child_rsc;
last_rsc          275 lib/pacemaker/pcmk_sched_group.c     if (group_data->ordered && last_rsc != NULL) {
last_rsc          279 lib/pacemaker/pcmk_sched_group.c         order_stop_stop(rsc, last_rsc, stop_stop_flags);
last_rsc          280 lib/pacemaker/pcmk_sched_group.c         new_rsc_order(last_rsc, RSC_STOP, rsc, RSC_STOPPED, stop_stopped_flags, data_set);
last_rsc          283 lib/pacemaker/pcmk_sched_group.c             new_rsc_order(rsc, RSC_DEMOTE, last_rsc, RSC_DEMOTE, stop_stop_flags, data_set);
last_rsc          284 lib/pacemaker/pcmk_sched_group.c             new_rsc_order(last_rsc, RSC_DEMOTE, rsc, RSC_DEMOTED, stop_stopped_flags, data_set);
last_rsc          377 lib/pacemaker/pcmk_sched_native.c             pe_resource_t *last_rsc = last->data;
last_rsc          381 lib/pacemaker/pcmk_sched_native.c                          rhs, rsc->id, last_rsc->id, factor);
last_rsc          382 lib/pacemaker/pcmk_sched_native.c             work = pcmk__native_merge_weights(last_rsc, rhs, NULL, attr, factor,
last_rsc          425 lib/pacemaker/pcmk_sched_native.c             pe_resource_t *last_rsc = g_list_last(rsc->children)->data;
last_rsc          427 lib/pacemaker/pcmk_sched_native.c             gIter = last_rsc->rsc_cons_lhs;
last_rsc          430 lib/pacemaker/pcmk_sched_native.c                          g_list_length(gIter), rsc->id, last_rsc->id);
last_rsc          924 lib/pacemaker/pcmk_sched_promotable.c     pe_resource_t *last_rsc = NULL;
last_rsc          938 lib/pacemaker/pcmk_sched_promotable.c                                     rsc, child_rsc, last_rsc, data_set);
last_rsc          941 lib/pacemaker/pcmk_sched_promotable.c                                    rsc, child_rsc, last_rsc, data_set);
last_rsc          943 lib/pacemaker/pcmk_sched_promotable.c         last_rsc = child_rsc;