Home | History | Annotate | Download | only in qemu

Lines Matching refs:rbh_root

304     SYS_TREE_STRUCT type *rbh_root; /* root of the tree */           \
311 (root)->rbh_root = NULL; \
328 #define RB_ROOT(head) (head)->rbh_root
358 (head)->rbh_root = (tmp); \
378 (head)->rbh_root = (tmp); \
452 RB_COLOR(head->rbh_root, field) = RB_BLACK; \