Home
last modified time | relevance | path

Searched refs:rb_last (Results 1 - 25 of 62) sorted by relevance

123

/kernel/linux/linux-5.10/scripts/gdb/linux/
H A Drbtree.py29 def rb_last(root): function
130 result = rb_last(root)
/kernel/linux/linux-6.6/scripts/gdb/linux/
H A Drbtree.py29 def rb_last(root): function
130 result = rb_last(root)
/kernel/linux/linux-5.10/include/linux/
H A Drbtree.h57 extern struct rb_node *rb_last(const struct rb_root *);
120 * from O(1) rb_last(). Just not worth it, users that want
/kernel/linux/linux-5.10/tools/include/linux/
H A Drbtree.h56 extern struct rb_node *rb_last(const struct rb_root *);
114 * from O(1) rb_last(). Just not worth it, users that want
/kernel/linux/linux-5.10/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)
/kernel/linux/linux-5.10/lib/
H A Drbtree.c479 struct rb_node *rb_last(const struct rb_root *root) in rb_last() function
490 EXPORT_SYMBOL(rb_last); variable
H A Drbtree_test.c212 WARN_ON_ONCE(count < (1 << black_path_count(rb_last(&root.rb_root))) - 1); in check()
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-6.6/lib/
H A Drbtree.c479 struct rb_node *rb_last(const struct rb_root *root) in rb_last() function
490 EXPORT_SYMBOL(rb_last); variable
H A Drbtree_test.c212 WARN_ON_ONCE(count < (1 << black_path_count(rb_last(&root.rb_root))) - 1); in check()
/kernel/linux/linux-6.6/include/linux/
H A Drbtree.h47 extern struct rb_node *rb_last(const struct rb_root *);
/kernel/linux/linux-6.6/tools/include/linux/
H A Drbtree.h56 extern struct rb_node *rb_last(const struct rb_root *);
114 * from O(1) rb_last(). Just not worth it, users that want
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/kernel/locking/
H A Dww_mutex.h123 struct rb_node *n = rb_last(&lock->rtmutex.waiters.rb_root); in __ww_waiter_last()
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H A Dannotate.c343 browser->curr_hot = rb_last(&browser->entries); in annotate_browser__calc_percent()
718 nd = rb_last(&browser->entries); in annotate_browser__run()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/tools/lib/
H A Drbtree.c474 struct rb_node *rb_last(const struct rb_root *root) in rb_last() function
/kernel/linux/linux-5.10/fs/btrfs/
H A Dinode-map.c304 n = rb_last(&ctl->free_space_offset); in recalculate_thresholds()
/kernel/linux/linux-5.10/fs/ocfs2/
H A Duptodate.c137 while ((node = rb_last(root)) != NULL) { in ocfs2_purge_copied_metadata_tree()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Duptodate.c135 while ((node = rb_last(root)) != NULL) { in ocfs2_purge_copied_metadata_tree()
/kernel/linux/linux-6.6/tools/lib/
H A Drbtree.c474 struct rb_node *rb_last(const struct rb_root *root) in rb_last() function
/kernel/linux/linux-6.6/tools/perf/util/
H A Dmap.c334 struct rb_node *nd = rb_last(&symbols->rb_root); in map__fixup_end()
/kernel/linux/linux-6.6/arch/s390/kvm/
H A Dkvm-s390.h230 node = rb_last(&slots->gfn_tree); in kvm_s390_get_gfn_end()
/kernel/linux/linux-5.10/drivers/md/bcache/
H A Dutil.h537 container_of_or_null(rb_last(root), type, member)

Completed in 19 milliseconds

123