sorted_op_list 56 include/crm/pengine/status.h void calculate_active_ops(const GList *sorted_op_list, int *start_index, sorted_op_list 1753 lib/pacemaker/pcmk_sched_actions.c GList *sorted_op_list = NULL; sorted_op_list 1788 lib/pacemaker/pcmk_sched_actions.c sorted_op_list = rsc_history_as_list(rsc_entry, &start_index, &stop_index); sorted_op_list 1793 lib/pacemaker/pcmk_sched_actions.c for (GList *iter = sorted_op_list; iter != NULL; iter = iter->next) { sorted_op_list 1842 lib/pacemaker/pcmk_sched_actions.c g_list_free(sorted_op_list); sorted_op_list 2598 lib/pengine/unpack.c GList *sorted_op_list, pcmk_scheduler_t *scheduler) sorted_op_list 2603 lib/pengine/unpack.c GList *gIter = sorted_op_list; sorted_op_list 2657 lib/pengine/unpack.c calculate_active_ops(const GList *sorted_op_list, int *start_index, sorted_op_list 2669 lib/pengine/unpack.c for (const GList *iter = sorted_op_list; iter != NULL; iter = iter->next) { sorted_op_list 2758 lib/pengine/unpack.c GList *sorted_op_list = NULL; sorted_op_list 2812 lib/pengine/unpack.c sorted_op_list = g_list_sort(op_list, sort_op_by_callid); sorted_op_list 2814 lib/pengine/unpack.c for (gIter = sorted_op_list; gIter != NULL; gIter = gIter->next) { sorted_op_list 2821 lib/pengine/unpack.c calculate_active_ops(sorted_op_list, &start_index, &stop_index); sorted_op_list 2822 lib/pengine/unpack.c process_recurring(node, rsc, start_index, stop_index, sorted_op_list, sorted_op_list 2826 lib/pengine/unpack.c g_list_free(sorted_op_list); sorted_op_list 5111 lib/pengine/unpack.c GList *sorted_op_list = NULL; sorted_op_list 5115 lib/pengine/unpack.c sorted_op_list = NULL; sorted_op_list 5132 lib/pengine/unpack.c sorted_op_list = g_list_sort(op_list, sort_op_by_callid); sorted_op_list 5136 lib/pengine/unpack.c return sorted_op_list; sorted_op_list 5141 lib/pengine/unpack.c calculate_active_ops(sorted_op_list, &start_index, &stop_index); sorted_op_list 5143 lib/pengine/unpack.c for (gIter = sorted_op_list; gIter != NULL; gIter = gIter->next) { sorted_op_list 5159 lib/pengine/unpack.c g_list_free(sorted_op_list);