Symbol: rb_last
arch/s390/kvm/kvm-s390.h
273
node = rb_last(&slots->gfn_tree);
drivers/gpu/drm/amd/amdkfd/kfd_svm.c
2831
rb_node = rb_last(&p->svms.objects.rb_root);
drivers/gpu/drm/drm_buddy.c
241
struct rb_node *iter = rb_last(&mm->free_trees[tree][i]);
drivers/gpu/drm/drm_buddy.c
72
return rbtree_get_free_block(rb_last(root));
drivers/gpu/drm/drm_buddy.c
936
iter = rb_last(root);
drivers/md/bcache/util.h
517
container_of_or_null(rb_last(root), type, member)
drivers/mtd/mtdswap.c
81
#define MTDSWAP_ECNT_MAX(rbroot) (rb_entry(rb_last(rbroot), struct swap_eb, \
drivers/mtd/ubi/wl.c
369
last = rb_entry(rb_last(root), struct ubi_wl_entry, u.rb);
fs/btrfs/block-group.c
4682
while ((n = rb_last(&info->block_group_cache_tree.rb_root)) != NULL) {
fs/btrfs/extent-tree.c
2188
n = rb_last(root);
fs/btrfs/free-space-cache.c
70
while ((node = rb_last(&ctl->free_space_offset)) != NULL) {
fs/btrfs/volumes.c
2006
n = rb_last(&fs_info->mapping_tree.rb_root);
fs/jffs2/nodelist.h
339
struct rb_node *node = rb_last(root);
fs/jffs2/nodelist.h
360
#define tn_last(list) rb_entry(rb_last(list), struct jffs2_tmp_dnode_info, rb)
fs/ntfs3/bitmap.c
319
n = rb_last(&wnd->count_tree);
fs/ntfs3/bitmap.c
466
e = rb_entry(rb_last(&wnd->count_tree), struct e_node,
fs/ocfs2/refcounttree.c
536
while ((node = rb_last(root)) != NULL) {
fs/ocfs2/reservations.c
272
while ((node = rb_last(&resmap->m_reservations)) != NULL) {
fs/ocfs2/uptodate.c
135
while ((node = rb_last(root)) != NULL) {
include/linux/kvm_host.h
1173
iter->node = rb_last(&slots->gfn_tree);
include/linux/skbuff.h
4129
#define skb_rb_last(root) rb_to_skb(rb_last(root))
kernel/locking/ww_mutex.h
123
struct rb_node *n = rb_last(&lock->rtmutex.waiters.rb_root);
kernel/sched/fair.c
1088
struct rb_node *last = rb_last(&cfs_rq->tasks_timeline.rb_root);
lib/rbtree_test.c
213
WARN_ON_ONCE(count < (1 << black_path_count(rb_last(&root.rb_root))) - 1);
net/netfilter/nft_set_rbtree.c
1065
node = rb_last(&priv->root);
net/netfilter/nft_set_rbtree.c
1166
node = rb_last(&priv->root);
net/sched/sch_hfsc.c
688
n = rb_last(&cl->cl_parent->vt_tree);
rust/helpers/rbtree.c
19
return rb_last(root);
tools/include/linux/rbtree.h
56
extern struct rb_node *rb_last(const struct rb_root *);
tools/perf/ui/browser.c
151
nd = rb_last(root);
tools/perf/ui/browsers/annotate.c
379
browser->curr_hot = rb_last(&browser->entries);
tools/perf/ui/browsers/annotate.c
943
nd = rb_last(&browser->entries);
tools/perf/ui/browsers/hists.c
1971
nd = rb_hierarchy_last(rb_last(browser->entries));
tools/perf/ui/gtk/hists.c
101
bool has_single_node = (rb_first(root) == rb_last(root));
tools/perf/ui/gtk/hists.c
224
bool has_single_node = (rb_first(root) == rb_last(root));
tools/perf/util/hist.c
2163
node = rb_last(&he->hroot_out.rb_root);
tools/perf/util/map.c
332
struct rb_node *nd = rb_last(&symbols->rb_root);
tools/perf/util/symbol.c
434
struct rb_node *n = rb_last(&symbols->rb_root);