start_index 145 include/crm/pengine/common.h void calculate_active_ops(GList * sorted_op_list, int *start_index, int *stop_index); start_index 373 lib/pacemaker/pcmk_sched_allocate.c int start_index = 0; start_index 419 lib/pacemaker/pcmk_sched_allocate.c calculate_active_ops(sorted_op_list, &start_index, &stop_index); start_index 427 lib/pacemaker/pcmk_sched_allocate.c if (start_index < stop_index) { start_index 430 lib/pacemaker/pcmk_sched_allocate.c } else if (offset < start_index) { start_index 2199 lib/pengine/unpack.c int start_index, int stop_index, start_index 2208 lib/pengine/unpack.c pe_rsc_trace(rsc, "%s: Start index %d, stop index = %d", rsc->id, start_index, stop_index); start_index 2224 lib/pengine/unpack.c } else if (start_index < stop_index && counter <= stop_index) { start_index 2228 lib/pengine/unpack.c } else if (counter < start_index) { start_index 2253 lib/pengine/unpack.c calculate_active_ops(GList *sorted_op_list, int *start_index, int *stop_index) start_index 2263 lib/pengine/unpack.c *start_index = -1; start_index 2278 lib/pengine/unpack.c *start_index = counter; start_index 2291 lib/pengine/unpack.c if (*start_index == -1) { start_index 2293 lib/pengine/unpack.c *start_index = implied_clone_start; start_index 2295 lib/pengine/unpack.c *start_index = implied_monitor_start; start_index 2339 lib/pengine/unpack.c int start_index = -1; start_index 2412 lib/pengine/unpack.c calculate_active_ops(sorted_op_list, &start_index, &stop_index); start_index 2413 lib/pengine/unpack.c process_recurring(node, rsc, start_index, stop_index, sorted_op_list, data_set); start_index 3982 lib/pengine/unpack.c int start_index = -1; start_index 4019 lib/pengine/unpack.c calculate_active_ops(sorted_op_list, &start_index, &stop_index); start_index 4026 lib/pengine/unpack.c if (start_index < stop_index) { start_index 4030 lib/pengine/unpack.c } else if (counter < start_index) {