Home
last modified time | relevance | path

Searched refs:sim_dedup_entry (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sbin/hammer/
HDcmd_dedup.c45 static RB_HEAD(sim_dedup_entry_rb_tree, sim_dedup_entry) sim_dedup_tree =
47 RB_PROTOTYPE2(sim_dedup_entry_rb_tree, sim_dedup_entry, rb_entry,
50 struct sim_dedup_entry { struct
54 RB_ENTRY(sim_dedup_entry) rb_entry; argument
132 static int rb_sim_dedup_entry_compare(struct sim_dedup_entry *sim_de1,
133 struct sim_dedup_entry *sim_de2);
148 RB_GENERATE2(sim_dedup_entry_rb_tree, sim_dedup_entry, rb_entry,
157 rb_sim_dedup_entry_compare(struct sim_dedup_entry *sim_de1, in rb_sim_dedup_entry_compare()
158 struct sim_dedup_entry *sim_de2) in rb_sim_dedup_entry_compare()
205 struct sim_dedup_entry *sim_de; in hammer_cmd_dedup_simulate()
[all …]