Home
last modified time | relevance | path

Searched refs:rb_first (Results 1 – 12 of 12) sorted by relevance

/external/u-boot/include/linux/
Drbtree.h57 extern struct rb_node *rb_first(const struct rb_root *);
/external/blktrace/
Drbtree.h149 extern struct rb_node *rb_first(struct rb_root *);
Drbtree.c292 struct rb_node *rb_first(struct rb_root *root) in rb_first() function
Dblkparse.c849 struct rb_node *n = rb_first(&pci->rb_last); in trace_rb_insert_last()
2027 n = rb_first(&rb_sort_root); in check_cpu_map()
2109 while ((n = rb_first(&rb_sort_root)) != NULL) { in show_entries_rb()
/external/u-boot/lib/
Drbtree.c408 struct rb_node *rb_first(const struct rb_root *root) in rb_first() function
419 EXPORT_SYMBOL(rb_first);
/external/u-boot/drivers/mtd/ubi/
Dwl.c309 e = rb_entry(rb_first(root), struct ubi_wl_entry, u.rb); in find_wl_entry()
350 first = rb_entry(rb_first(root), struct ubi_wl_entry, u.rb); in find_mean_wl_entry()
736 e1 = rb_entry(rb_first(&ubi->used), struct ubi_wl_entry, u.rb);
757 e1 = rb_entry(rb_first(&ubi->scrub), struct ubi_wl_entry, u.rb);
1007 e1 = rb_entry(rb_first(&ubi->used), struct ubi_wl_entry, u.rb);
Dubi.h995 for (rb = rb_first(root), \
Dfastmap.c425 for (node = rb_first(&ai->volumes); node; node = rb_next(node)) { in unmap_peb()
428 for (node2 = rb_first(&av->root); node2; in unmap_peb()
Dattach.c633 while ((rb = rb_first(&av->root))) { in ubi_remove_av()
/external/u-boot/fs/ubifs/
Dlog.c298 p = rb_first(&c->buds); in remove_buds()
Ddebug.c624 for (rb = rb_first(&c->buds); rb; rb = rb_next(rb)) { in ubifs_dump_budg()
717 for (rb = rb_first((struct rb_root *)&c->buds); rb; rb = rb_next(rb)) { in ubifs_dump_lprop()
2195 struct rb_node *this = rb_first(&fsckd->inodes); in check_inodes()
Drecovery.c1482 struct rb_node *this = rb_first(&c->size_tree); in ubifs_recover_size()