last_rsc 975 lib/pacemaker/pcmk_sched_clone.c pe_resource_t *last_rsc = NULL; last_rsc 1003 lib/pacemaker/pcmk_sched_clone.c if (clone_data->ordered && last_rsc) { last_rsc 1004 lib/pacemaker/pcmk_sched_clone.c order_start_start(last_rsc, child_rsc, pe_order_optional); last_rsc 1010 lib/pacemaker/pcmk_sched_clone.c if (clone_data->ordered && last_rsc) { last_rsc 1011 lib/pacemaker/pcmk_sched_clone.c order_stop_stop(child_rsc, last_rsc, pe_order_optional); last_rsc 1014 lib/pacemaker/pcmk_sched_clone.c last_rsc = child_rsc; last_rsc 225 lib/pacemaker/pcmk_sched_group.c pe_resource_t *last_rsc = NULL; last_rsc 246 lib/pacemaker/pcmk_sched_group.c if (last_rsc == NULL) { last_rsc 254 lib/pacemaker/pcmk_sched_group.c child_rsc, last_rsc, NULL, NULL, last_rsc 286 lib/pacemaker/pcmk_sched_group.c } else if (last_rsc != NULL) { last_rsc 287 lib/pacemaker/pcmk_sched_group.c order_start_start(last_rsc, child_rsc, start); last_rsc 288 lib/pacemaker/pcmk_sched_group.c order_stop_stop(child_rsc, last_rsc, pe_order_optional | pe_order_restart); last_rsc 291 lib/pacemaker/pcmk_sched_group.c new_rsc_order(last_rsc, RSC_PROMOTE, child_rsc, RSC_PROMOTE, start, data_set); last_rsc 292 lib/pacemaker/pcmk_sched_group.c new_rsc_order(child_rsc, RSC_DEMOTE, last_rsc, RSC_DEMOTE, pe_order_optional, last_rsc 309 lib/pacemaker/pcmk_sched_group.c && last_rsc last_rsc 310 lib/pacemaker/pcmk_sched_group.c && last_rsc->running_on == NULL && last_active && last_active->running_on) { last_rsc 316 lib/pacemaker/pcmk_sched_group.c last_rsc = child_rsc; last_rsc 319 lib/pacemaker/pcmk_sched_group.c if (group_data->ordered && last_rsc != NULL) { last_rsc 323 lib/pacemaker/pcmk_sched_group.c order_stop_stop(rsc, last_rsc, stop_stop_flags); last_rsc 324 lib/pacemaker/pcmk_sched_group.c new_rsc_order(last_rsc, RSC_STOP, rsc, RSC_STOPPED, stop_stopped_flags, data_set); last_rsc 327 lib/pacemaker/pcmk_sched_group.c new_rsc_order(rsc, RSC_DEMOTE, last_rsc, RSC_DEMOTE, stop_stop_flags, data_set); last_rsc 328 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;