last_rsc 949 lib/pacemaker/pcmk_sched_clone.c pe_resource_t *last_rsc = NULL; last_rsc 984 lib/pacemaker/pcmk_sched_clone.c if (clone_data->ordered && last_rsc) { last_rsc 985 lib/pacemaker/pcmk_sched_clone.c pcmk__order_starts(last_rsc, child_rsc, pe_order_optional, last_rsc 993 lib/pacemaker/pcmk_sched_clone.c if (clone_data->ordered && last_rsc) { last_rsc 994 lib/pacemaker/pcmk_sched_clone.c pcmk__order_stops(child_rsc, last_rsc, pe_order_optional, data_set); last_rsc 997 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 380 lib/pacemaker/pcmk_sched_native.c pe_resource_t *last_rsc = last->data; last_rsc 384 lib/pacemaker/pcmk_sched_native.c primary_id, rsc->id, last_rsc->id, factor); last_rsc 385 lib/pacemaker/pcmk_sched_native.c work = pcmk__native_merge_weights(last_rsc, primary_id, NULL, attr, last_rsc 428 lib/pacemaker/pcmk_sched_native.c pe_resource_t *last_rsc = g_list_last(rsc->children)->data; last_rsc 430 lib/pacemaker/pcmk_sched_native.c gIter = last_rsc->rsc_cons_lhs; last_rsc 433 lib/pacemaker/pcmk_sched_native.c g_list_length(gIter), rsc->id, last_rsc->id); last_rsc 935 lib/pacemaker/pcmk_sched_promotable.c pe_resource_t *last_rsc = NULL; last_rsc 950 lib/pacemaker/pcmk_sched_promotable.c rsc, child_rsc, last_rsc, data_set); last_rsc 953 lib/pacemaker/pcmk_sched_promotable.c rsc, child_rsc, last_rsc, data_set); last_rsc 955 lib/pacemaker/pcmk_sched_promotable.c last_rsc = child_rsc;