sorted_op_list     47 include/crm/pengine/status.h void calculate_active_ops(const GList *sorted_op_list, int *start_index,
sorted_op_list   1745 lib/pacemaker/pcmk_sched_actions.c     GList *sorted_op_list = NULL;
sorted_op_list   1780 lib/pacemaker/pcmk_sched_actions.c     sorted_op_list = rsc_history_as_list(rsc_entry, &start_index, &stop_index);
sorted_op_list   1785 lib/pacemaker/pcmk_sched_actions.c     for (GList *iter = sorted_op_list; iter != NULL; iter = iter->next) {
sorted_op_list   1835 lib/pacemaker/pcmk_sched_actions.c     g_list_free(sorted_op_list);
sorted_op_list   2474 lib/pengine/unpack.c                   GList *sorted_op_list, pcmk_scheduler_t *scheduler)
sorted_op_list   2479 lib/pengine/unpack.c     GList *gIter = sorted_op_list;
sorted_op_list   2532 lib/pengine/unpack.c calculate_active_ops(const GList *sorted_op_list, int *start_index,
sorted_op_list   2544 lib/pengine/unpack.c     for (const GList *iter = sorted_op_list; iter != NULL; iter = iter->next) {
sorted_op_list   2633 lib/pengine/unpack.c     GList *sorted_op_list = NULL;
sorted_op_list   2683 lib/pengine/unpack.c     sorted_op_list = g_list_sort(op_list, sort_op_by_callid);
sorted_op_list   2685 lib/pengine/unpack.c     for (gIter = sorted_op_list; gIter != NULL; gIter = gIter->next) {
sorted_op_list   2692 lib/pengine/unpack.c     calculate_active_ops(sorted_op_list, &start_index, &stop_index);
sorted_op_list   2693 lib/pengine/unpack.c     process_recurring(node, rsc, start_index, stop_index, sorted_op_list,
sorted_op_list   2697 lib/pengine/unpack.c     g_list_free(sorted_op_list);
sorted_op_list   4958 lib/pengine/unpack.c     GList *sorted_op_list = NULL;
sorted_op_list   4962 lib/pengine/unpack.c     sorted_op_list = NULL;
sorted_op_list   4980 lib/pengine/unpack.c     sorted_op_list = g_list_sort(op_list, sort_op_by_callid);
sorted_op_list   4984 lib/pengine/unpack.c         return sorted_op_list;
sorted_op_list   4989 lib/pengine/unpack.c     calculate_active_ops(sorted_op_list, &start_index, &stop_index);
sorted_op_list   4991 lib/pengine/unpack.c     for (gIter = sorted_op_list; gIter != NULL; gIter = gIter->next) {
sorted_op_list   5007 lib/pengine/unpack.c     g_list_free(sorted_op_list);