start_index 123 include/crm/pengine/common.h void calculate_active_ops(GList * sorted_op_list, int *start_index, int *stop_index); start_index 2084 lib/pengine/unpack.c int start_index, int stop_index, start_index 2093 lib/pengine/unpack.c pe_rsc_trace(rsc, "%s: Start index %d, stop index = %d", rsc->id, start_index, stop_index); start_index 2110 lib/pengine/unpack.c } else if (start_index < stop_index && counter <= stop_index) { start_index 2114 lib/pengine/unpack.c } else if (counter < start_index) { start_index 2140 lib/pengine/unpack.c calculate_active_ops(GListPtr sorted_op_list, int *start_index, int *stop_index) start_index 2150 lib/pengine/unpack.c *start_index = -1; start_index 2165 lib/pengine/unpack.c *start_index = counter; start_index 2178 lib/pengine/unpack.c if (*start_index == -1) { start_index 2180 lib/pengine/unpack.c *start_index = implied_master_start; start_index 2182 lib/pengine/unpack.c *start_index = implied_monitor_start; start_index 2192 lib/pengine/unpack.c int start_index = -1; start_index 2252 lib/pengine/unpack.c calculate_active_ops(sorted_op_list, &start_index, &stop_index); start_index 2253 lib/pengine/unpack.c process_recurring(node, rsc, start_index, stop_index, sorted_op_list, data_set); start_index 3361 lib/pengine/unpack.c int start_index = -1; start_index 3395 lib/pengine/unpack.c calculate_active_ops(sorted_op_list, &start_index, &stop_index); start_index 3402 lib/pengine/unpack.c if (start_index < stop_index) { start_index 3406 lib/pengine/unpack.c } else if (counter < start_index) { start_index 382 pengine/allocate.c int start_index = 0; start_index 429 pengine/allocate.c calculate_active_ops(sorted_op_list, &start_index, &stop_index); start_index 436 pengine/allocate.c if (start_index < stop_index) { start_index 439 pengine/allocate.c } else if (offset < start_index) {