Home
last modified time | relevance | path

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

12

/Linux-v5.4/scripts/gdb/linux/
Drbtree.py29 def rb_last(root): function
130 result = rb_last(root)
/Linux-v5.4/tools/include/linux/
Drbtree.h56 extern struct rb_node *rb_last(const struct rb_root *);
/Linux-v5.4/include/linux/
Drbtree.h57 extern struct rb_node *rb_last(const struct rb_root *);
Dskbuff.h3396 #define skb_rb_last(root) rb_to_skb(rb_last(root))
/Linux-v5.4/lib/
Drbtree.c479 struct rb_node *rb_last(const struct rb_root *root) in rb_last() function
490 EXPORT_SYMBOL(rb_last);
Drbtree_test.c212 WARN_ON_ONCE(count < (1 << black_path_count(rb_last(&root.rb_root))) - 1); in check()
/Linux-v5.4/fs/jffs2/
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)
/Linux-v5.4/tools/perf/ui/gtk/
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()
/Linux-v5.4/tools/lib/
Drbtree.c474 struct rb_node *rb_last(const struct rb_root *root) in rb_last() function
/Linux-v5.4/tools/perf/ui/browsers/
Dannotate.c343 browser->curr_hot = rb_last(&browser->entries); in annotate_browser__calc_percent()
715 nd = rb_last(&browser->entries); in annotate_browser__run()
Dhists.c1874 nd = rb_hierarchy_last(rb_last(browser->entries)); in ui_browser__hists_seek()
/Linux-v5.4/fs/ocfs2/
Duptodate.c137 while ((node = rb_last(root)) != NULL) { in ocfs2_purge_copied_metadata_tree()
Dreservations.c279 while ((node = rb_last(&resmap->m_reservations)) != NULL) { in ocfs2_resmap_clear_all_resv()
/Linux-v5.4/fs/btrfs/
Dinode-map.c303 n = rb_last(&ctl->free_space_offset); in recalculate_thresholds()
Dblock-group.c3115 while ((n = rb_last(&info->block_group_cache_tree)) != NULL) { in btrfs_free_block_groups()
/Linux-v5.4/Documentation/
Drbtree.txt175 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
/Linux-v5.4/drivers/md/bcache/
Dutil.h537 container_of_or_null(rb_last(root), type, member)
/Linux-v5.4/tools/perf/ui/
Dbrowser.c151 nd = rb_last(root); in ui_browser__rb_tree_seek()
/Linux-v5.4/tools/perf/util/
Dmap.c320 struct rb_node *nd = rb_last(&symbols->rb_root); in map__fixup_end()
Dsymbol.c391 struct rb_node *n = rb_last(&symbols->rb_root); in symbols__last()
Dhist.c1933 node = rb_last(&he->hroot_out.rb_root); in rb_hierarchy_last()
/Linux-v5.4/drivers/mtd/
Dmtdswap.c81 #define MTDSWAP_ECNT_MAX(rbroot) (rb_entry(rb_last(rbroot), struct swap_eb, \
/Linux-v5.4/drivers/mtd/ubi/
Dwl.c367 last = rb_entry(rb_last(root), struct ubi_wl_entry, u.rb); in find_mean_wl_entry()
/Linux-v5.4/net/sched/
Dsch_hfsc.c681 n = rb_last(&cl->cl_parent->vt_tree); in init_vf()
/Linux-v5.4/mm/
Dmmap.c2291 struct rb_node *rb_node = rb_last(&mm->mm_rb); in find_vma_prev()

12