SPLAY_GENERATE
SPLAY_GENERATE(dict, dictentry, entry, dictentry_cmp);
SPLAY_GENERATE(tree, treeentry, entry, treeentry_cmp);
SPLAY_GENERATE(_dl_md_plabels, hppa_plabel, node, _dl_md_plcmp);
SPLAY_GENERATE(tree, node, node, compare);
SPLAY_GENERATE(iommu_page_tree, iommu_page_entry, ipe_node, iomap_compare);
SPLAY_GENERATE(iommu_page_tree, iommu_page_entry, ipe_node, iomap_compare);
SPLAY_GENERATE(drm_file_tree, drm_file, link, drm_file_cmp);
SPLAY_GENERATE(xarray_tree, xarray_entry, entry, xarray_cmp);
SPLAY_GENERATE(idr_tree, idr_entry, entry, idr_cmp);
SPLAY_GENERATE(client_tree, client, clt_nodes, server_client_cmp);
SPLAY_GENERATE(ssltree, ssl, ssl_nodes, ssl_cmp);
SPLAY_GENERATE(conntree, conn, entry, conn_cmp);
SPLAY_GENERATE(lpr_conn_tree, lpr_conn, entry, lpr_conn_cmp);
SPLAY_GENERATE(reqtree, request, entry, request_cmp);
SPLAY_GENERATE(session_tree, rsession, se_nodes, relay_session_cmp);
SPLAY_GENERATE(bounce_message_tree, bounce_message, sp_entry,
SPLAY_GENERATE(_dict, dictentry, entry, dictentry_cmp);
SPLAY_GENERATE(mta_relay_tree, mta_relay, entry, mta_relay_cmp);
SPLAY_GENERATE(mta_host_tree, mta_host, entry, mta_host_cmp);
SPLAY_GENERATE(mta_domain_tree, mta_domain, entry, mta_domain_cmp);
SPLAY_GENERATE(mta_source_tree, mta_source, entry, mta_source_cmp);
SPLAY_GENERATE(mta_route_tree, mta_route, entry, mta_route_cmp);
SPLAY_GENERATE(mta_block_tree, mta_block, entry, mta_block_cmp);
SPLAY_GENERATE(reqtree, request, entry, request_cmp);
SPLAY_GENERATE(prioqtree, rq_envelope, t_entry, rq_envelope_cmp);
SPLAY_GENERATE(_tree, treeentry, entry, treeentry_cmp);
SPLAY_GENERATE(waitqtree, waitq, entry, waitq_cmp);