Searched refs:rb_first (Results 1 – 9 of 9) sorted by relevance
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | rbtree.h | 58 extern struct rb_node *rb_first(const struct rb_root *);
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | rbtree.c | 409 struct rb_node *rb_first(const struct rb_root *root) in rb_first() function 420 EXPORT_SYMBOL(rb_first);
|
| /rk3399_rockchip-uboot/drivers/mtd/ubi/ |
| H A D | wl.c | 310 e = rb_entry(rb_first(root), struct ubi_wl_entry, u.rb); in find_wl_entry() 351 first = rb_entry(rb_first(root), struct ubi_wl_entry, u.rb); in find_mean_wl_entry() 737 e1 = rb_entry(rb_first(&ubi->used), struct ubi_wl_entry, u.rb); 758 e1 = rb_entry(rb_first(&ubi->scrub), struct ubi_wl_entry, u.rb); 1008 e1 = rb_entry(rb_first(&ubi->used), struct ubi_wl_entry, u.rb);
|
| H A D | ubi.h | 996 for (rb = rb_first(root), \
|
| H A D | fastmap.c | 426 for (node = rb_first(&ai->volumes); node; node = rb_next(node)) { in unmap_peb() 429 for (node2 = rb_first(&av->root); node2; in unmap_peb()
|
| H A D | attach.c | 634 while ((rb = rb_first(&av->root))) { in ubi_remove_av()
|
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | log.c | 299 p = rb_first(&c->buds); in remove_buds()
|
| H A D | debug.c | 625 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() 2196 struct rb_node *this = rb_first(&fsckd->inodes); in check_inodes()
|
| H A D | recovery.c | 1483 struct rb_node *this = rb_first(&c->size_tree); in ubifs_recover_size()
|