RB_GENERATE_STATIC
RB_GENERATE_STATIC(pidtree, pid, entry, pidcmp);
RB_GENERATE_STATIC(idname_tree, idname, entry, idname_cmp)
RB_GENERATE_STATIC(penalties_by_addr, penalty, by_addr, penalty_addr_cmp)
RB_GENERATE_STATIC(penalties_by_expiry, penalty, by_expiry, penalty_expiry_cmp)
RB_GENERATE_STATIC(evtchn_tree, user_evtchn, node, evtchn_cmp);
RB_GENERATE_STATIC(file_offset_head, file_offset_struct, next, offset_cmp);
RB_GENERATE_STATIC(gref_tree_head, gntdev_gref, gref_next.tree, gref_cmp);
RB_GENERATE_STATIC(gmap_tree_head, gntdev_gmap, gmap_next.tree, gmap_cmp);
RB_GENERATE_STATIC(tmpfs_dir, tmpfs_dirent, uh.td_entries, tmpfs_dirtree_cmp);
RB_GENERATE_STATIC(stacktree, stackentry, se_node, stackentry_compare);
RB_GENERATE_STATIC(rbctdth32, voistatdata_tdgstctd32, rblnk, ctd32cmp);
RB_GENERATE_STATIC(rbctdth64, voistatdata_tdgstctd64, rblnk, ctd64cmp);
RB_GENERATE_STATIC(inotify_watch_tree, inotify_watch, ilink, inotify_watch_cmp);
RB_GENERATE_STATIC(tap_tree, ipfw_tap, entry, tap_compare);
RB_GENERATE_STATIC(nl_data_t, nl_data, nl_tree, nl_data_compare);
RB_GENERATE_STATIC(upsock_t, upsock, tree, upsock_compare);
RB_GENERATE_STATIC(fict_tree, vm_phys_fictitious_seg, node,
RB_GENERATE_STATIC(inodetree, inode, entry, inodecmp);
RB_GENERATE_STATIC(cmap_sym, charmap, rb_sym, cmap_compare_sym);
RB_GENERATE_STATIC(cmap_wc, charmap, rb_wc, cmap_compare_wc);
RB_GENERATE_STATIC(weights, weight, entry, weight_compare);
RB_GENERATE_STATIC(collsyms, collsym, entry, collsym_compare);
RB_GENERATE_STATIC(collundefs, collundef, entry, collundef_compare);
RB_GENERATE_STATIC(elem_by_symbol, collelem, rb_bysymbol, element_compare_symbol);
RB_GENERATE_STATIC(elem_by_expand, collelem, rb_byexpand, element_compare_expand);
RB_GENERATE_STATIC(collchars, collchar, entry, collchar_compare);
RB_GENERATE_STATIC(substs, subst, entry, subst_compare);
RB_GENERATE_STATIC(substs_ref, subst, entry_ref, subst_compare_ref);
RB_GENERATE_STATIC(ctypes, ctype_node, entry, ctype_compare);
RB_GENERATE_STATIC(socks_t, sock, socket_tree, socket_compare);
RB_GENERATE_STATIC(pcbs_t, sock, pcb_tree, pcb_compare);
RB_GENERATE_STATIC(files_t, file, file_tree, file_compare);
RB_GENERATE_STATIC(vcpu_affinities, acpi_vcpu_affinity_entry, entry,
RB_GENERATE_STATIC(cert_tree, cert, entry, certcmp);
RB_GENERATE_STATIC(file_tree, file, entry, filecmp);