stop_index 145 include/crm/pengine/common.h void calculate_active_ops(GList * sorted_op_list, int *start_index, int *stop_index); stop_index 372 lib/pacemaker/pcmk_sched_allocate.c int stop_index = 0; stop_index 419 lib/pacemaker/pcmk_sched_allocate.c calculate_active_ops(sorted_op_list, &start_index, &stop_index); stop_index 427 lib/pacemaker/pcmk_sched_allocate.c if (start_index < stop_index) { stop_index 2199 lib/pengine/unpack.c int start_index, int stop_index, stop_index 2208 lib/pengine/unpack.c pe_rsc_trace(rsc, "%s: Start index %d, stop index = %d", rsc->id, start_index, stop_index); stop_index 2224 lib/pengine/unpack.c } else if (start_index < stop_index && counter <= stop_index) { stop_index 2253 lib/pengine/unpack.c calculate_active_ops(GList *sorted_op_list, int *start_index, int *stop_index) stop_index 2262 lib/pengine/unpack.c *stop_index = -1; stop_index 2275 lib/pengine/unpack.c *stop_index = counter; stop_index 2280 lib/pengine/unpack.c } else if ((implied_monitor_start <= *stop_index) && pcmk__str_eq(task, CRMD_ACTION_STATUS, pcmk__str_casei)) { stop_index 2338 lib/pengine/unpack.c int stop_index = -1; stop_index 2412 lib/pengine/unpack.c calculate_active_ops(sorted_op_list, &start_index, &stop_index); stop_index 2413 lib/pengine/unpack.c process_recurring(node, rsc, start_index, stop_index, sorted_op_list, data_set); stop_index 3981 lib/pengine/unpack.c int stop_index = -1; stop_index 4019 lib/pengine/unpack.c calculate_active_ops(sorted_op_list, &start_index, &stop_index); stop_index 4026 lib/pengine/unpack.c if (start_index < stop_index) {