sorted_op_list 56 include/crm/pengine/status.h void calculate_active_ops(const GList *sorted_op_list, int *start_index, sorted_op_list 1763 lib/pacemaker/pcmk_sched_actions.c GList *sorted_op_list = NULL; sorted_op_list 1799 lib/pacemaker/pcmk_sched_actions.c sorted_op_list = rsc_history_as_list(rsc_entry, &start_index, &stop_index); sorted_op_list 1804 lib/pacemaker/pcmk_sched_actions.c for (GList *iter = sorted_op_list; iter != NULL; iter = iter->next) { sorted_op_list 1853 lib/pacemaker/pcmk_sched_actions.c g_list_free(sorted_op_list); sorted_op_list 2569 lib/pengine/unpack.c GList *sorted_op_list, pcmk_scheduler_t *scheduler) sorted_op_list 2574 lib/pengine/unpack.c GList *gIter = sorted_op_list; sorted_op_list 2628 lib/pengine/unpack.c calculate_active_ops(const GList *sorted_op_list, int *start_index, sorted_op_list 2640 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 4986 lib/pengine/unpack.c GList *sorted_op_list = NULL; sorted_op_list 4990 lib/pengine/unpack.c sorted_op_list = NULL; sorted_op_list 5006 lib/pengine/unpack.c sorted_op_list = g_list_sort(op_list, sort_op_by_callid); sorted_op_list 5010 lib/pengine/unpack.c return sorted_op_list; sorted_op_list 5015 lib/pengine/unpack.c calculate_active_ops(sorted_op_list, &start_index, &stop_index); sorted_op_list 5017 lib/pengine/unpack.c for (gIter = sorted_op_list; gIter != NULL; gIter = gIter->next) { sorted_op_list 5033 lib/pengine/unpack.c g_list_free(sorted_op_list);