Home
last modified time | relevance | path

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

12

/linux/scripts/gdb/linux/
H A Drbtree.py41 def rb_last(root): function
142 result = rb_last(root)
/linux/rust/helpers/
H A Drbtree.c19 return rb_last(root); in rust_helper_rb_last()
/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(),它将返回一个指向
/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)
/linux/tools/include/linux/
H A Drbtree.h56 extern struct rb_node *rb_last(const struct rb_root *);
/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()
/linux/drivers/gpu/
H A Dbuddy.c120 return rbtree_get_free_block(rb_last(root)); in rbtree_last_free_block()
319 struct rb_node *iter = rb_last(&mm->free_trees[tree][i]); in __force_merge()
1204 iter = rb_last(root); in __alloc_contig_try_harder()
/linux/rust/kernel/
H A Drbtree.rs279 let current = unsafe { bindings::rb_last(root) }; in cursor_back_mut()
294 let current = unsafe { bindings::rb_last(root) }; in cursor_back()
/linux/tools/lib/
H A Drbtree.c474 struct rb_node *rb_last(const struct rb_root *root) in rb_last() function
/linux/fs/ocfs2/
H A Duptodate.c135 while ((node = rb_last(root)) != NULL) { in ocfs2_purge_copied_metadata_tree()
/linux/net/netfilter/
H A Dnft_set_rbtree.c1062 node = rb_last(&priv->root); in nft_rbtree_commit()
1163 node = rb_last(&priv->root); in nft_rbtree_adjust_maxsize()
/linux/lib/
H A Drbtree_test.c213 WARN_ON_ONCE(count < (1 << black_path_count(rb_last(&root.rb_root))) - 1); in check()
/linux/tools/perf/ui/browsers/
H A Dannotate.c379 browser->curr_hot = rb_last(&browser->entries); in annotate_browser__calc_percent()
946 nd = rb_last(&browser->entries); in annotate_browser__run()
H A Dhists.c1972 nd = rb_hierarchy_last(rb_last(browser->entries)); in ui_browser__hists_seek()
/linux/drivers/md/bcache/
H A Dutil.h517 container_of_or_null(rb_last(root), type, member)
/linux/tools/perf/util/
H A Dmap.c332 struct rb_node *nd = rb_last(&symbols->rb_root); in map__fixup_end()
H A Dsymbol.c472 struct rb_node *n = rb_last(&symbols->rb_root); in symbols__last()
H A Dhist.c2166 node = rb_last(&he->hroot_out.rb_root); in rb_hierarchy_last()
/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()
/linux/tools/perf/ui/
H A Dbrowser.c151 nd = rb_last(root); in ui_browser__rb_tree_seek()
/linux/net/sched/
H A Dsch_hfsc.c688 n = rb_last(&cl->cl_parent->vt_tree); in init_vf()
/linux/fs/btrfs/
H A Dfree-space-cache.c70 while ((node = rb_last(&ctl->free_space_offset)) != NULL) { in __btrfs_remove_free_space_cache()
H A Dblock-group.c4757 while ((n = rb_last(&info->block_group_cache_tree.rb_root)) != NULL) { in btrfs_free_block_groups()
H A Dextent-tree.c2189 n = rb_last(root); in find_middle()
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_svm.c2849 rb_node = rb_last(&p->svms.objects.rb_root); in svm_range_get_range_boundaries()

12