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:gfn_tree
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/include/linux/
H
A
D
kvm_host.h
691
struct rb_root
gfn_tree
;
member
1012
return RB_EMPTY_ROOT(&slots->
gfn_tree
);
in kvm_memslots_empty()
1067
for (tmp = slots->
gfn_tree
.rb_node; tmp; ) {
in kvm_memslot_iter_start()
1092
iter->node = rb_last(&slots->
gfn_tree
);
in kvm_memslot_iter_start()
1674
for (node = slots->
gfn_tree
.rb_node; node; ) {
in search_memslots()
/kernel/linux/linux-6.6/virt/kvm/
H
A
D
kvm_main.c
1204
slots->
gfn_tree
= RB_ROOT;
in kvm_create_vm()
1446
struct rb_root *
gfn_tree
= &slots->
gfn_tree
;
in kvm_insert_gfn_node()
local
1451
for (node = &
gfn_tree
->rb_node; *node; ) {
in kvm_insert_gfn_node()
1465
rb_insert_color(&slot->gfn_node[idx],
gfn_tree
);
in kvm_insert_gfn_node()
1471
rb_erase(&slot->gfn_node[slots->node_idx], &slots->
gfn_tree
);
in kvm_erase_gfn_node()
1483
&slots->
gfn_tree
);
in kvm_replace_gfn_node()
/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()
H
A
D
kvm-s390.c
2232
mnode = rb_first(&slots->
gfn_tree
);
in kvm_s390_next_dirty_cmma()
Completed in 18 milliseconds