sorted_op_list    123 include/crm/pengine/common.h void calculate_active_ops(GList * sorted_op_list, int *start_index, int *stop_index);
sorted_op_list   2085 lib/pengine/unpack.c                   GListPtr sorted_op_list, pe_working_set_t * data_set)
sorted_op_list   2090 lib/pengine/unpack.c     GListPtr gIter = sorted_op_list;
sorted_op_list   2140 lib/pengine/unpack.c calculate_active_ops(GListPtr sorted_op_list, int *start_index, int *stop_index)
sorted_op_list   2147 lib/pengine/unpack.c     GListPtr gIter = sorted_op_list;
sorted_op_list   2200 lib/pengine/unpack.c     GListPtr sorted_op_list = NULL;
sorted_op_list   2214 lib/pengine/unpack.c     sorted_op_list = NULL;
sorted_op_list   2238 lib/pengine/unpack.c     sorted_op_list = g_list_sort(op_list, sort_op_by_callid);
sorted_op_list   2240 lib/pengine/unpack.c     for (gIter = sorted_op_list; gIter != NULL; gIter = gIter->next) {
sorted_op_list   2252 lib/pengine/unpack.c     calculate_active_ops(sorted_op_list, &start_index, &stop_index);
sorted_op_list   2253 lib/pengine/unpack.c     process_recurring(node, rsc, start_index, stop_index, sorted_op_list, data_set);
sorted_op_list   2256 lib/pengine/unpack.c     g_list_free(sorted_op_list);
sorted_op_list   3367 lib/pengine/unpack.c     GListPtr sorted_op_list = NULL;
sorted_op_list   3371 lib/pengine/unpack.c     sorted_op_list = NULL;
sorted_op_list   3386 lib/pengine/unpack.c     sorted_op_list = g_list_sort(op_list, sort_op_by_callid);
sorted_op_list   3390 lib/pengine/unpack.c         return sorted_op_list;
sorted_op_list   3395 lib/pengine/unpack.c     calculate_active_ops(sorted_op_list, &start_index, &stop_index);
sorted_op_list   3397 lib/pengine/unpack.c     for (gIter = sorted_op_list; gIter != NULL; gIter = gIter->next) {
sorted_op_list   3413 lib/pengine/unpack.c     g_list_free(sorted_op_list);
sorted_op_list    389 pengine/allocate.c     GListPtr sorted_op_list = NULL;
sorted_op_list    428 pengine/allocate.c     sorted_op_list = g_list_sort(op_list, sort_op_by_callid);
sorted_op_list    429 pengine/allocate.c     calculate_active_ops(sorted_op_list, &start_index, &stop_index);
sorted_op_list    431 pengine/allocate.c     for (gIter = sorted_op_list; gIter != NULL; gIter = gIter->next) {
sorted_op_list    481 pengine/allocate.c     g_list_free(sorted_op_list);