g_list_insert_sorted 1870 daemons/fenced/fenced_remote.c     op->query_results = g_list_insert_sorted(op->query_results, result, sort_peers);
g_list_insert_sorted 1384 lib/pacemaker/pcmk_sched_constraints.c     rsc_lh->rsc_cons = g_list_insert_sorted(rsc_lh->rsc_cons, new_con, sort_cons_priority_rh);
g_list_insert_sorted 1387 lib/pacemaker/pcmk_sched_constraints.c         g_list_insert_sorted(rsc_rh->rsc_cons_lhs, new_con, sort_cons_priority_lh);
g_list_insert_sorted  451 lib/pengine/unpack.c     data_set->nodes = g_list_insert_sorted(data_set->nodes, new_node, sort_node_uname);
g_list_insert_sorted   66 tools/crm_mon_runtime.c     return g_list_insert_sorted(attr_list, name, compare_attribute);
g_list_insert_sorted  298 tools/crm_resource.c         retval = g_list_insert_sorted(retval, (gpointer) ID(match), compare_id);