Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/
H A Drbtree.h56 extern struct rb_node *rb_next(const struct rb_node *);
/rk3399_rockchip-uboot/lib/
H A Drbtree.c435 struct rb_node *rb_next(const struct rb_node *node) in rb_next() function
465 EXPORT_SYMBOL(rb_next);
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dfastmap-wl.c392 e = rb_entry(rb_next(root->rb_node), in may_reserve_for_fm()
H A Dubi.h999 rb = rb_next(rb), \
H A Dfastmap.c426 for (node = rb_first(&ai->volumes); node; node = rb_next(node)) { in unmap_peb()
430 node2 = rb_next(node2)) { in unmap_peb()
/rk3399_rockchip-uboot/fs/ubifs/
H A Drecovery.c1533 this = rb_next(this); in ubifs_recover_size()
1549 this = rb_next(this); in ubifs_recover_size()
H A Dlog.c305 p = rb_next(p); in remove_buds()
H A Ddebug.c625 for (rb = rb_first(&c->buds); rb; rb = rb_next(rb)) { in ubifs_dump_budg()
718 for (rb = rb_first((struct rb_root *)&c->buds); rb; rb = rb_next(rb)) { in ubifs_dump_lprop()
2200 this = rb_next(this); in check_inodes()