HomeSort by relevance Sort by last modified time
    Searched refs:rbh_root (Results 1 - 3 of 3) sorted by null

  /external/qemu/memcheck/
memcheck_malloc_map.h 37 struct AllocMapEntry* rbh_root; member in struct:AllocMap
memcheck_mmrange_map.h 35 struct MMRangeMapEntry* rbh_root; member in struct:MMRangeMap
  /external/qemu/
sys-tree.h 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; \
    [all...]

Completed in 261 milliseconds