Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:rb_last
(Results
1 - 25
of
62
) sorted by relevance
1
2
3
/kernel/linux/linux-5.10/scripts/gdb/linux/
H
A
D
rbtree.py
29
def
rb_last
(root):
function
130
result =
rb_last
(root)
/kernel/linux/linux-6.6/scripts/gdb/linux/
H
A
D
rbtree.py
29
def
rb_last
(root):
function
130
result =
rb_last
(root)
/kernel/linux/linux-5.10/include/linux/
H
A
D
rbtree.h
57
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
D
rbtree.h
56
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
D
nodelist.h
339
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
D
rbtree.c
479
struct rb_node *
rb_last
(const struct rb_root *root)
in rb_last()
function
490
EXPORT_SYMBOL(
rb_last
);
variable
H
A
D
rbtree_test.c
212
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
D
nodelist.h
339
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
D
rbtree.c
479
struct rb_node *
rb_last
(const struct rb_root *root)
in rb_last()
function
490
EXPORT_SYMBOL(
rb_last
);
variable
H
A
D
rbtree_test.c
212
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
D
rbtree.h
47
extern struct rb_node *
rb_last
(const struct rb_root *);
/kernel/linux/linux-6.6/tools/include/linux/
H
A
D
rbtree.h
56
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
D
hists.c
101
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
D
hists.c
101
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
D
ww_mutex.h
123
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
D
annotate.c
343
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
D
annotate.c
348
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
D
rbtree.c
474
struct rb_node *
rb_last
(const struct rb_root *root)
in rb_last()
function
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
inode-map.c
304
n =
rb_last
(&ctl->free_space_offset);
in recalculate_thresholds()
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
uptodate.c
137
while ((node =
rb_last
(root)) != NULL) {
in ocfs2_purge_copied_metadata_tree()
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
uptodate.c
135
while ((node =
rb_last
(root)) != NULL) {
in ocfs2_purge_copied_metadata_tree()
/kernel/linux/linux-6.6/tools/lib/
H
A
D
rbtree.c
474
struct rb_node *
rb_last
(const struct rb_root *root)
in rb_last()
function
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
map.c
334
struct rb_node *nd =
rb_last
(&symbols->rb_root);
in map__fixup_end()
/kernel/linux/linux-6.6/arch/s390/kvm/
H
A
D
kvm-s390.h
230
node =
rb_last
(&slots->gfn_tree);
in kvm_s390_get_gfn_end()
/kernel/linux/linux-5.10/drivers/md/bcache/
H
A
D
util.h
537
container_of_or_null(
rb_last
(root), type, member)
Completed in 23 milliseconds
1
2
3