last_rsc          953 lib/pacemaker/pcmk_sched_clone.c     pe_resource_t *last_rsc = NULL;
last_rsc          988 lib/pacemaker/pcmk_sched_clone.c         if (clone_data->ordered && last_rsc) {
last_rsc          989 lib/pacemaker/pcmk_sched_clone.c             pcmk__order_starts(last_rsc, child_rsc, pe_order_optional,
last_rsc          997 lib/pacemaker/pcmk_sched_clone.c         if (clone_data->ordered && last_rsc) {
last_rsc          998 lib/pacemaker/pcmk_sched_clone.c             pcmk__order_stops(child_rsc, last_rsc, pe_order_optional, data_set);
last_rsc         1001 lib/pacemaker/pcmk_sched_clone.c         last_rsc = child_rsc;
last_rsc          228 lib/pacemaker/pcmk_sched_group.c     pe_resource_t *last_rsc = NULL;
last_rsc          252 lib/pacemaker/pcmk_sched_group.c         if (last_rsc == NULL) {
last_rsc          260 lib/pacemaker/pcmk_sched_group.c                                  child_rsc, last_rsc, NULL, NULL,
last_rsc          303 lib/pacemaker/pcmk_sched_group.c         } else if (last_rsc != NULL) {
last_rsc          304 lib/pacemaker/pcmk_sched_group.c             pcmk__order_starts(last_rsc, child_rsc, start, data_set);
last_rsc          305 lib/pacemaker/pcmk_sched_group.c             pcmk__order_stops(child_rsc, last_rsc,
last_rsc          309 lib/pacemaker/pcmk_sched_group.c                 pcmk__order_resource_actions(last_rsc, RSC_PROMOTE, child_rsc,
last_rsc          311 lib/pacemaker/pcmk_sched_group.c                 pcmk__order_resource_actions(child_rsc, RSC_DEMOTE, last_rsc,
last_rsc          330 lib/pacemaker/pcmk_sched_group.c                 && last_rsc
last_rsc          331 lib/pacemaker/pcmk_sched_group.c                 && last_rsc->running_on == NULL && last_active && last_active->running_on) {
last_rsc          338 lib/pacemaker/pcmk_sched_group.c         last_rsc = child_rsc;
last_rsc          341 lib/pacemaker/pcmk_sched_group.c     if (group_data->ordered && last_rsc != NULL) {
last_rsc          345 lib/pacemaker/pcmk_sched_group.c         pcmk__order_stops(rsc, last_rsc, stop_stop_flags, data_set);
last_rsc          346 lib/pacemaker/pcmk_sched_group.c         pcmk__order_resource_actions(last_rsc, RSC_STOP, rsc, RSC_STOPPED,
last_rsc          350 lib/pacemaker/pcmk_sched_group.c             pcmk__order_resource_actions(rsc, RSC_DEMOTE, last_rsc, RSC_DEMOTE,
last_rsc          352 lib/pacemaker/pcmk_sched_group.c             pcmk__order_resource_actions(last_rsc, RSC_DEMOTE, rsc, RSC_DEMOTED,
last_rsc          379 lib/pacemaker/pcmk_sched_native.c             pe_resource_t *last_rsc = last->data;
last_rsc          383 lib/pacemaker/pcmk_sched_native.c                          primary_id, rsc->id, last_rsc->id, factor);
last_rsc          384 lib/pacemaker/pcmk_sched_native.c             work = pcmk__native_merge_weights(last_rsc, primary_id, NULL, attr,
last_rsc          427 lib/pacemaker/pcmk_sched_native.c             pe_resource_t *last_rsc = g_list_last(rsc->children)->data;
last_rsc          429 lib/pacemaker/pcmk_sched_native.c             gIter = last_rsc->rsc_cons_lhs;
last_rsc          432 lib/pacemaker/pcmk_sched_native.c                          g_list_length(gIter), rsc->id, last_rsc->id);
last_rsc          942 lib/pacemaker/pcmk_sched_promotable.c     pe_resource_t *last_rsc = NULL;
last_rsc          957 lib/pacemaker/pcmk_sched_promotable.c                                     rsc, child_rsc, last_rsc, data_set);
last_rsc          960 lib/pacemaker/pcmk_sched_promotable.c                                    rsc, child_rsc, last_rsc, data_set);
last_rsc          962 lib/pacemaker/pcmk_sched_promotable.c         last_rsc = child_rsc;