sim_dedup_entry
struct sim_dedup_entry *sim_de;
static int rb_sim_dedup_entry_compare(struct sim_dedup_entry *sim_de1,
struct sim_dedup_entry *sim_de2);
RB_GENERATE2(sim_dedup_entry_rb_tree, sim_dedup_entry, rb_entry,
rb_sim_dedup_entry_compare(struct sim_dedup_entry *sim_de1,
struct sim_dedup_entry *sim_de2)
struct sim_dedup_entry *sim_de;
struct sim_dedup_entry *sim_de;
static RB_HEAD(sim_dedup_entry_rb_tree, sim_dedup_entry) sim_dedup_tree =
RB_PROTOTYPE2(sim_dedup_entry_rb_tree, sim_dedup_entry, rb_entry,
RB_ENTRY(sim_dedup_entry) rb_entry;