Home
last modified time | relevance | path

Searched refs:rb_last (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/include/linux/
H A Drbtree.h59 extern struct rb_node *rb_last(const struct rb_root *);
/rk3399_rockchip-uboot/lib/
H A Drbtree.c422 struct rb_node *rb_last(const struct rb_root *root) in rb_last() function
433 EXPORT_SYMBOL(rb_last);
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dwl.c352 last = rb_entry(rb_last(root), struct ubi_wl_entry, u.rb); in find_mean_wl_entry()