HomeSort by relevance Sort by last modified time
    Searched refs:rbh_root (Results 1 - 4 of 4) 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/openssh/openbsd-compat/
sys-tree.h 295 struct type *rbh_root; /* root of the tree */ \
302 (root)->rbh_root = NULL; \
319 #define RB_ROOT(head) (head)->rbh_root
349 (head)->rbh_root = (tmp); \
369 (head)->rbh_root = (tmp); \
433 RB_COLOR(head->rbh_root, field) = RB_BLACK; \
  /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 52 milliseconds