Home
last modified time | relevance | path

Searched refs:RB_ROOT (Results 1 – 13 of 13) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-core/musl/bsd-headers/
H A Dsys-tree.h318 #define RB_ROOT(head) (head)->rbh_root macro
319 #define RB_EMPTY(head) (RB_ROOT(head) == NULL)
450 elm != RB_ROOT(head)) { \
481 elm = RB_ROOT(head); \
514 elm = RB_ROOT(head); \
549 RB_ROOT(head) = child; \
560 RB_ROOT(head) = elm; \
583 RB_ROOT(head) = child; \
597 tmp = RB_ROOT(head); \
616 RB_ROOT(head) = elm; \
[all …]
/openbmc/u-boot/include/linux/
H A Drbtree.h38 #define RB_ROOT (struct rb_root) { NULL, } macro
/openbmc/u-boot/fs/btrfs/
H A Dchunk-map.c115 btrfs_info.chunks_root = RB_ROOT; in btrfs_chunk_map_init()
/openbmc/u-boot/fs/ubifs/
H A Dsuper.c2213 c->buds = RB_ROOT; in alloc_ubifs_info()
2214 c->old_idx = RB_ROOT; in alloc_ubifs_info()
2215 c->size_tree = RB_ROOT; in alloc_ubifs_info()
2216 c->orph_tree = RB_ROOT; in alloc_ubifs_info()
H A Dlog.c628 struct rb_root done_tree = RB_ROOT; in ubifs_consolidate_log()
H A Dorphan.c914 ci.root = RB_ROOT; in dbg_check_orphans()
H A Drecovery.c1342 c->size_tree = RB_ROOT; in ubifs_destroy_size_tree()
H A Dtnc.c180 c->old_idx = RB_ROOT; in destroy_old_idx()
H A Ddebug.c2318 fsckd.inodes = RB_ROOT; in dbg_check_filesystem()
/openbmc/u-boot/drivers/mtd/ubi/
H A Dattach.c283 av->root = RB_ROOT; in add_volume()
1310 ai->volumes = RB_ROOT; in alloc_ai()
H A Deba.c1396 ubi->ltree = RB_ROOT; in ubi_eba_init()
H A Dwl.c1535 ubi->used = ubi->erroneous = ubi->free = ubi->scrub = RB_ROOT;
H A Dfastmap.c212 av->root = RB_ROOT; in add_vol()