sorted_op_list 56 include/crm/pengine/status.h void calculate_active_ops(const GList *sorted_op_list, int *start_index, sorted_op_list 1754 lib/pacemaker/pcmk_sched_actions.c GList *sorted_op_list = NULL; sorted_op_list 1789 lib/pacemaker/pcmk_sched_actions.c sorted_op_list = rsc_history_as_list(rsc_entry, &start_index, &stop_index); sorted_op_list 1794 lib/pacemaker/pcmk_sched_actions.c for (GList *iter = sorted_op_list; iter != NULL; iter = iter->next) { sorted_op_list 1843 lib/pacemaker/pcmk_sched_actions.c g_list_free(sorted_op_list); sorted_op_list 2565 lib/pengine/unpack.c GList *sorted_op_list, pcmk_scheduler_t *scheduler) sorted_op_list 2570 lib/pengine/unpack.c GList *gIter = sorted_op_list; sorted_op_list 2624 lib/pengine/unpack.c calculate_active_ops(const GList *sorted_op_list, int *start_index, sorted_op_list 2636 lib/pengine/unpack.c for (const GList *iter = sorted_op_list; iter != NULL; iter = iter->next) { sorted_op_list 2725 lib/pengine/unpack.c GList *sorted_op_list = NULL; sorted_op_list 2779 lib/pengine/unpack.c sorted_op_list = g_list_sort(op_list, sort_op_by_callid); sorted_op_list 2781 lib/pengine/unpack.c for (gIter = sorted_op_list; gIter != NULL; gIter = gIter->next) { sorted_op_list 2788 lib/pengine/unpack.c calculate_active_ops(sorted_op_list, &start_index, &stop_index); sorted_op_list 2789 lib/pengine/unpack.c process_recurring(node, rsc, start_index, stop_index, sorted_op_list, sorted_op_list 2793 lib/pengine/unpack.c g_list_free(sorted_op_list); sorted_op_list 5078 lib/pengine/unpack.c GList *sorted_op_list = NULL; sorted_op_list 5082 lib/pengine/unpack.c sorted_op_list = NULL; sorted_op_list 5099 lib/pengine/unpack.c sorted_op_list = g_list_sort(op_list, sort_op_by_callid); sorted_op_list 5103 lib/pengine/unpack.c return sorted_op_list; sorted_op_list 5108 lib/pengine/unpack.c calculate_active_ops(sorted_op_list, &start_index, &stop_index); sorted_op_list 5110 lib/pengine/unpack.c for (gIter = sorted_op_list; gIter != NULL; gIter = gIter->next) { sorted_op_list 5126 lib/pengine/unpack.c g_list_free(sorted_op_list);