Home
last modified time | relevance | path

Searched refs:rb_next (Results 1 – 10 of 10) sorted by relevance

/u-boot/fs/btrfs/common/
A Drbtree-utils.c69 parent = rb_next(parent); in rb_search()
/u-boot/include/linux/
A Drbtree.h55 extern struct rb_node *rb_next(const struct rb_node *);
/u-boot/lib/
A Drbtree.c434 struct rb_node *rb_next(const struct rb_node *node) in rb_next() function
464 EXPORT_SYMBOL(rb_next);
/u-boot/drivers/mtd/ubi/
A Dfastmap-wl.c391 e = rb_entry(rb_next(root->rb_node), in may_reserve_for_fm()
A Dubi.h1002 rb = rb_next(rb), \
A Dfastmap.c430 for (node = rb_first(&ai->volumes); node; node = rb_next(node)) { in unmap_peb()
434 node2 = rb_next(node2)) { in unmap_peb()
/u-boot/fs/btrfs/
A Dextent-cache.c230 struct rb_node *node = rb_next(&pe->rb_node); in next_cache_extent()
/u-boot/fs/ubifs/
A Drecovery.c1535 this = rb_next(this); in ubifs_recover_size()
1551 this = rb_next(this); in ubifs_recover_size()
A Dlog.c306 p = rb_next(p); in remove_buds()
A Ddebug.c626 for (rb = rb_first(&c->buds); rb; rb = rb_next(rb)) { in ubifs_dump_budg()
719 for (rb = rb_first((struct rb_root *)&c->buds); rb; rb = rb_next(rb)) { in ubifs_dump_lprop()
2201 this = rb_next(this); in check_inodes()

Completed in 19 milliseconds