stop_index        145 include/crm/pengine/common.h void calculate_active_ops(GList * sorted_op_list, int *start_index, int *stop_index);
stop_index        347 lib/pacemaker/pcmk_sched_allocate.c     int stop_index = 0;
stop_index        394 lib/pacemaker/pcmk_sched_allocate.c     calculate_active_ops(sorted_op_list, &start_index, &stop_index);
stop_index        402 lib/pacemaker/pcmk_sched_allocate.c         if (start_index < stop_index) {
stop_index       2196 lib/pengine/unpack.c                   int start_index, int stop_index,
stop_index       2205 lib/pengine/unpack.c     pe_rsc_trace(rsc, "%s: Start index %d, stop index = %d", rsc->id, start_index, stop_index);
stop_index       2221 lib/pengine/unpack.c         } else if (start_index < stop_index && counter <= stop_index) {
stop_index       2250 lib/pengine/unpack.c calculate_active_ops(GList *sorted_op_list, int *start_index, int *stop_index)
stop_index       2259 lib/pengine/unpack.c     *stop_index = -1;
stop_index       2272 lib/pengine/unpack.c             *stop_index = counter;
stop_index       2277 lib/pengine/unpack.c         } else if ((implied_monitor_start <= *stop_index) && pcmk__str_eq(task, CRMD_ACTION_STATUS, pcmk__str_casei)) {
stop_index       2335 lib/pengine/unpack.c     int stop_index = -1;
stop_index       2409 lib/pengine/unpack.c     calculate_active_ops(sorted_op_list, &start_index, &stop_index);
stop_index       2410 lib/pengine/unpack.c     process_recurring(node, rsc, start_index, stop_index, sorted_op_list, data_set);
stop_index       3987 lib/pengine/unpack.c     int stop_index = -1;
stop_index       4025 lib/pengine/unpack.c     calculate_active_ops(sorted_op_list, &start_index, &stop_index);
stop_index       4032 lib/pengine/unpack.c         if (start_index < stop_index) {