Home
last modified time | relevance | path

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

12

/openbmc/linux/scripts/gdb/linux/
H A Drbtree.py29 def rb_last(root): function
130 result = rb_last(root)
/openbmc/u-boot/include/linux/
H A Drbtree.h58 extern struct rb_node *rb_last(const struct rb_root *);
/openbmc/u-boot/lib/
H A Drbtree.c421 struct rb_node *rb_last(const struct rb_root *root) in rb_last() function
432 EXPORT_SYMBOL(rb_last);
/openbmc/linux/lib/
H A Drbtree.c479 struct rb_node *rb_last(const struct rb_root *root) in rb_last() function
490 EXPORT_SYMBOL(rb_last);
H A Drbtree_test.c212 WARN_ON_ONCE(count < (1 << black_path_count(rb_last(&root.rb_root))) - 1); in check()
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Drbtree.rst166 struct rb_node *rb_last(struct rb_root *tree);
170 要开始迭代,需要使用一个指向树根的指针调用rb_first()或rb_last(),它将返回一个指向
/openbmc/linux/fs/jffs2/
H A Dnodelist.h339 struct rb_node *node = rb_last(root); in frag_last()
360 #define tn_last(list) rb_entry(rb_last(list), struct jffs2_tmp_dnode_info, rb)
/openbmc/linux/tools/include/linux/
H A Drbtree.h56 extern struct rb_node *rb_last(const struct rb_root *);
/openbmc/linux/include/linux/
H A Drbtree.h47 extern struct rb_node *rb_last(const struct rb_root *);
/openbmc/linux/tools/perf/ui/gtk/
H A Dhists.c101 bool has_single_node = (rb_first(root) == rb_last(root)); in perf_gtk__add_callchain_flat()
224 bool has_single_node = (rb_first(root) == rb_last(root)); in perf_gtk__add_callchain_graph()
/openbmc/linux/kernel/locking/
H A Dww_mutex.h123 struct rb_node *n = rb_last(&lock->rtmutex.waiters.rb_root); in __ww_waiter_last()
/openbmc/linux/tools/lib/
H A Drbtree.c474 struct rb_node *rb_last(const struct rb_root *root) in rb_last() function
/openbmc/linux/fs/ocfs2/
H A Duptodate.c135 while ((node = rb_last(root)) != NULL) { in ocfs2_purge_copied_metadata_tree()
H A Dreservations.c272 while ((node = rb_last(&resmap->m_reservations)) != NULL) { in ocfs2_resmap_clear_all_resv()
/openbmc/linux/tools/perf/ui/browsers/
H A Dannotate.c348 browser->curr_hot = rb_last(&browser->entries); in annotate_browser__calc_percent()
767 nd = rb_last(&browser->entries); in annotate_browser__run()
/openbmc/linux/Documentation/core-api/
H A Drbtree.rst175 struct rb_node *rb_last(struct rb_root *tree);
179 To start iterating, call rb_first() or rb_last() with a pointer to the root
/openbmc/linux/tools/perf/util/
H A Dmap.c334 struct rb_node *nd = rb_last(&symbols->rb_root); in map__fixup_end()
/openbmc/linux/drivers/md/bcache/
H A Dutil.h518 container_of_or_null(rb_last(root), type, member)
/openbmc/linux/arch/s390/kvm/
H A Dkvm-s390.h245 node = rb_last(&slots->gfn_tree); in kvm_s390_get_gfn_end()
/openbmc/linux/tools/perf/ui/
H A Dbrowser.c151 nd = rb_last(root); in ui_browser__rb_tree_seek()
/openbmc/linux/fs/ntfs3/
H A Dbitmap.c319 n = rb_last(&wnd->count_tree); in wnd_add_free_ext()
466 e = rb_entry(rb_last(&wnd->count_tree), struct e_node, in wnd_remove_free_ext()
/openbmc/u-boot/drivers/mtd/ubi/
H A Dwl.c351 last = rb_entry(rb_last(root), struct ubi_wl_entry, u.rb); in find_mean_wl_entry()
/openbmc/linux/drivers/mtd/
H A Dmtdswap.c81 #define MTDSWAP_ECNT_MAX(rbroot) (rb_entry(rb_last(rbroot), struct swap_eb, \
/openbmc/linux/drivers/mtd/ubi/
H A Dwl.c359 last = rb_entry(rb_last(root), struct ubi_wl_entry, u.rb); in find_mean_wl_entry()
/openbmc/linux/net/sched/
H A Dsch_hfsc.c680 n = rb_last(&cl->cl_parent->vt_tree); in init_vf()

12