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

12

/linux-master/scripts/gdb/linux/
H A Drbtree.py29 def rb_last(root): function
130 result = rb_last(root)
/linux-master/fs/jffs2/
H A Dnodelist.h339 struct rb_node *node = rb_last(root);
360 #define tn_last(list) rb_entry(rb_last(list), struct jffs2_tmp_dnode_info, rb)
/linux-master/lib/
H A Drbtree.c479 struct rb_node *rb_last(const struct rb_root *root) 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);
/linux-master/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
/linux-master/include/linux/
H A Drbtree.h47 extern struct rb_node *rb_last(const struct rb_root *);
H A Dkvm_host.h1128 iter->node = rb_last(&slots->gfn_tree);
/linux-master/tools/perf/ui/gtk/
H A Dhists.c101 bool has_single_node = (rb_first(root) == rb_last(root));
224 bool has_single_node = (rb_first(root) == rb_last(root));
/linux-master/kernel/locking/
H A Dww_mutex.h123 struct rb_node *n = rb_last(&lock->rtmutex.waiters.rb_root);
/linux-master/tools/lib/
H A Drbtree.c474 struct rb_node *rb_last(const struct rb_root *root) function
/linux-master/fs/ocfs2/
H A Duptodate.c135 while ((node = rb_last(root)) != NULL) {
H A Dreservations.c272 while ((node = rb_last(&resmap->m_reservations)) != NULL) {
H A Drefcounttree.c534 while ((node = rb_last(root)) != NULL) {
/linux-master/tools/perf/ui/browsers/
H A Dannotate.c344 browser->curr_hot = rb_last(&browser->entries);
762 nd = rb_last(&browser->entries);
/linux-master/drivers/md/bcache/
H A Dutil.h517 container_of_or_null(rb_last(root), type, member)
/linux-master/arch/s390/kvm/
H A Dkvm-s390.h248 node = rb_last(&slots->gfn_tree);
/linux-master/tools/perf/util/
H A Dmap.c334 struct rb_node *nd = rb_last(&symbols->rb_root);
H A Dhist.c2020 node = rb_last(&he->hroot_out.rb_root);
H A Dsymbol.c418 struct rb_node *n = rb_last(&symbols->rb_root);
/linux-master/fs/ntfs3/
H A Dbitmap.c319 n = rb_last(&wnd->count_tree);
466 e = rb_entry(rb_last(&wnd->count_tree), struct e_node,
/linux-master/tools/perf/ui/
H A Dbrowser.c151 nd = rb_last(root);
/linux-master/drivers/mtd/
H A Dmtdswap.c81 #define MTDSWAP_ECNT_MAX(rbroot) (rb_entry(rb_last(rbroot), struct swap_eb, \
/linux-master/drivers/mtd/ubi/
H A Dwl.c369 last = rb_entry(rb_last(root), struct ubi_wl_entry, u.rb);
/linux-master/net/sched/
H A Dsch_hfsc.c680 n = rb_last(&cl->cl_parent->vt_tree);
/linux-master/drivers/infiniband/hw/mlx5/
H A Dmr.c917 cur = rb_last(&cache->rb_root);

Completed in 382 milliseconds

12