stop_index 133 include/crm/pengine/common.h void calculate_active_ops(GList * sorted_op_list, int *start_index, int *stop_index); stop_index 396 lib/pacemaker/pcmk_sched_allocate.c int stop_index = 0; stop_index 443 lib/pacemaker/pcmk_sched_allocate.c calculate_active_ops(sorted_op_list, &start_index, &stop_index); stop_index 451 lib/pacemaker/pcmk_sched_allocate.c if (start_index < stop_index) { stop_index 2137 lib/pengine/unpack.c int start_index, int stop_index, stop_index 2146 lib/pengine/unpack.c pe_rsc_trace(rsc, "%s: Start index %d, stop index = %d", rsc->id, start_index, stop_index); stop_index 2162 lib/pengine/unpack.c } else if (start_index < stop_index && counter <= stop_index) { stop_index 2191 lib/pengine/unpack.c calculate_active_ops(GListPtr sorted_op_list, int *start_index, int *stop_index) stop_index 2200 lib/pengine/unpack.c *stop_index = -1; stop_index 2213 lib/pengine/unpack.c *stop_index = counter; stop_index 2218 lib/pengine/unpack.c } else if ((implied_monitor_start <= *stop_index) && pcmk__str_eq(task, CRMD_ACTION_STATUS, pcmk__str_casei)) { stop_index 2265 lib/pengine/unpack.c int stop_index = -1; stop_index 2340 lib/pengine/unpack.c calculate_active_ops(sorted_op_list, &start_index, &stop_index); stop_index 2341 lib/pengine/unpack.c process_recurring(node, rsc, start_index, stop_index, sorted_op_list, data_set); stop_index 3896 lib/pengine/unpack.c int stop_index = -1; stop_index 3934 lib/pengine/unpack.c calculate_active_ops(sorted_op_list, &start_index, &stop_index); stop_index 3941 lib/pengine/unpack.c if (start_index < stop_index) {