kstat_entry
RBT_HEAD(kstat_tree, kstat_entry);
kstat_cmp(const struct kstat_entry *ea, const struct kstat_entry *eb)
RBT_PROTOTYPE(kstat_tree, kstat_entry, entry, kstat_cmp);
RBT_GENERATE(kstat_tree, kstat_entry, entry, kstat_cmp);
struct kstat_entry *kse;
struct kstat_entry *kse;
struct kstat_entry *kse;
RBT_ENTRY(kstat_entry) entry;