Searched refs:rb_entry (Results 1 - 2 of 2) sorted by relevance

/haiku/src/libs/compat/openbsd_wlan/
H A Dsubr_tree.c46 static inline struct rb_entry *
51 return ((struct rb_entry *)(addr + t->t_offset));
55 rb_e2n(const struct rb_type *t, struct rb_entry *rbe)
70 rbe_set(struct rb_entry *rbe, struct rb_entry *parent)
78 rbe_set_blackred(struct rb_entry *black, struct rb_entry *red)
85 rbe_augment(const struct rb_type *t, struct rb_entry *rbe)
91 rbe_if_augment(const struct rb_type *t, struct rb_entry *rbe)
99 struct rb_entry *rb
[all...]
/haiku/src/libs/compat/openbsd_wlan/sys/
H A Dtree.h770 unsigned int t_offset; /* offset of rb_entry in type */
774 struct rb_entry *rbt_root;
777 struct rb_entry { struct
778 struct rb_entry *rbt_parent;
779 struct rb_entry *rbt_left;
780 struct rb_entry *rbt_right;
789 #define RBT_ENTRY(_type) struct rb_entry

Completed in 38 milliseconds