sorted_op_list     46 include/crm/pengine/status.h void calculate_active_ops(const GList *sorted_op_list, int *start_index,
sorted_op_list   1746 lib/pacemaker/pcmk_sched_actions.c     GList *sorted_op_list = NULL;
sorted_op_list   1781 lib/pacemaker/pcmk_sched_actions.c     sorted_op_list = rsc_history_as_list(rsc_entry, &start_index, &stop_index);
sorted_op_list   1786 lib/pacemaker/pcmk_sched_actions.c     for (GList *iter = sorted_op_list; iter != NULL; iter = iter->next) {
sorted_op_list   1833 lib/pacemaker/pcmk_sched_actions.c     g_list_free(sorted_op_list);
sorted_op_list   2253 lib/pengine/unpack.c                   GList *sorted_op_list, pe_working_set_t * data_set)
sorted_op_list   2258 lib/pengine/unpack.c     GList *gIter = sorted_op_list;
sorted_op_list   2311 lib/pengine/unpack.c calculate_active_ops(const GList *sorted_op_list, int *start_index,
sorted_op_list   2323 lib/pengine/unpack.c     for (const GList *iter = sorted_op_list; iter != NULL; iter = iter->next) {
sorted_op_list   2408 lib/pengine/unpack.c     GList *sorted_op_list = NULL;
sorted_op_list   2458 lib/pengine/unpack.c     sorted_op_list = g_list_sort(op_list, sort_op_by_callid);
sorted_op_list   2460 lib/pengine/unpack.c     for (gIter = sorted_op_list; gIter != NULL; gIter = gIter->next) {
sorted_op_list   2467 lib/pengine/unpack.c     calculate_active_ops(sorted_op_list, &start_index, &stop_index);
sorted_op_list   2468 lib/pengine/unpack.c     process_recurring(node, rsc, start_index, stop_index, sorted_op_list, data_set);
sorted_op_list   2471 lib/pengine/unpack.c     g_list_free(sorted_op_list);
sorted_op_list   4708 lib/pengine/unpack.c     GList *sorted_op_list = NULL;
sorted_op_list   4712 lib/pengine/unpack.c     sorted_op_list = NULL;
sorted_op_list   4730 lib/pengine/unpack.c     sorted_op_list = g_list_sort(op_list, sort_op_by_callid);
sorted_op_list   4734 lib/pengine/unpack.c         return sorted_op_list;
sorted_op_list   4739 lib/pengine/unpack.c     calculate_active_ops(sorted_op_list, &start_index, &stop_index);
sorted_op_list   4741 lib/pengine/unpack.c     for (gIter = sorted_op_list; gIter != NULL; gIter = gIter->next) {
sorted_op_list   4757 lib/pengine/unpack.c     g_list_free(sorted_op_list);