sorted_op_list 43 include/crm/pengine/status.h void calculate_active_ops(const GList *sorted_op_list, int *start_index, sorted_op_list 1777 lib/pacemaker/pcmk_sched_actions.c GList *sorted_op_list = NULL; sorted_op_list 1816 lib/pacemaker/pcmk_sched_actions.c sorted_op_list = rsc_history_as_list(rsc_entry, &start_index, &stop_index); sorted_op_list 1821 lib/pacemaker/pcmk_sched_actions.c for (GList *iter = sorted_op_list; iter != NULL; iter = iter->next) { sorted_op_list 1869 lib/pacemaker/pcmk_sched_actions.c g_list_free(sorted_op_list); sorted_op_list 2582 lib/pengine/unpack.c GList *sorted_op_list, pcmk_scheduler_t *scheduler) sorted_op_list 2587 lib/pengine/unpack.c GList *gIter = sorted_op_list; sorted_op_list 2641 lib/pengine/unpack.c calculate_active_ops(const GList *sorted_op_list, int *start_index, sorted_op_list 2653 lib/pengine/unpack.c for (const GList *iter = sorted_op_list; iter != NULL; iter = iter->next) { sorted_op_list 2738 lib/pengine/unpack.c GList *sorted_op_list = NULL; sorted_op_list 2792 lib/pengine/unpack.c sorted_op_list = g_list_sort(op_list, sort_op_by_callid); sorted_op_list 2794 lib/pengine/unpack.c for (gIter = sorted_op_list; gIter != NULL; gIter = gIter->next) { sorted_op_list 2801 lib/pengine/unpack.c calculate_active_ops(sorted_op_list, &start_index, &stop_index); sorted_op_list 2802 lib/pengine/unpack.c process_recurring(node, rsc, start_index, stop_index, sorted_op_list, sorted_op_list 2806 lib/pengine/unpack.c g_list_free(sorted_op_list); sorted_op_list 4996 lib/pengine/unpack.c GList *sorted_op_list = NULL; sorted_op_list 5000 lib/pengine/unpack.c sorted_op_list = NULL; sorted_op_list 5016 lib/pengine/unpack.c sorted_op_list = g_list_sort(op_list, sort_op_by_callid); sorted_op_list 5020 lib/pengine/unpack.c return sorted_op_list; sorted_op_list 5025 lib/pengine/unpack.c calculate_active_ops(sorted_op_list, &start_index, &stop_index); sorted_op_list 5027 lib/pengine/unpack.c for (gIter = sorted_op_list; gIter != NULL; gIter = gIter->next) { sorted_op_list 5043 lib/pengine/unpack.c g_list_free(sorted_op_list);