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:successor
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/tools/include/linux/
H
A
D
rbtree_augmented.h
220
struct rb_node *
successor
= child, *child2;
in __rb_erase_augmented()
local
225
* Case 2: node's
successor
is its right child
in __rb_erase_augmented()
233
parent =
successor
;
in __rb_erase_augmented()
234
child2 =
successor
->rb_right;
in __rb_erase_augmented()
236
augment->copy(node,
successor
);
in __rb_erase_augmented()
239
* Case 3: node's
successor
is leftmost under
in __rb_erase_augmented()
253
parent =
successor
;
in __rb_erase_augmented()
254
successor
= tmp;
in __rb_erase_augmented()
257
child2 =
successor
->rb_right;
in __rb_erase_augmented()
259
WRITE_ONCE(
successor
in __rb_erase_augmented()
[all...]
/kernel/linux/linux-6.6/tools/include/linux/
H
A
D
rbtree_augmented.h
220
struct rb_node *
successor
= child, *child2;
in __rb_erase_augmented()
local
225
* Case 2: node's
successor
is its right child
in __rb_erase_augmented()
233
parent =
successor
;
in __rb_erase_augmented()
234
child2 =
successor
->rb_right;
in __rb_erase_augmented()
236
augment->copy(node,
successor
);
in __rb_erase_augmented()
239
* Case 3: node's
successor
is leftmost under
in __rb_erase_augmented()
253
parent =
successor
;
in __rb_erase_augmented()
254
successor
= tmp;
in __rb_erase_augmented()
257
child2 =
successor
->rb_right;
in __rb_erase_augmented()
259
WRITE_ONCE(
successor
in __rb_erase_augmented()
[all...]
/kernel/linux/linux-5.10/include/linux/
H
A
D
rbtree_augmented.h
231
struct rb_node *
successor
= child, *child2;
in __rb_erase_augmented()
local
236
* Case 2: node's
successor
is its right child
in __rb_erase_augmented()
244
parent =
successor
;
in __rb_erase_augmented()
245
child2 =
successor
->rb_right;
in __rb_erase_augmented()
247
augment->copy(node,
successor
);
in __rb_erase_augmented()
250
* Case 3: node's
successor
is leftmost under
in __rb_erase_augmented()
264
parent =
successor
;
in __rb_erase_augmented()
265
successor
= tmp;
in __rb_erase_augmented()
268
child2 =
successor
->rb_right;
in __rb_erase_augmented()
270
WRITE_ONCE(
successor
in __rb_erase_augmented()
[all...]
/kernel/linux/linux-6.6/include/linux/
H
A
D
rbtree_augmented.h
257
struct rb_node *
successor
= child, *child2;
in __rb_erase_augmented()
local
262
* Case 2: node's
successor
is its right child
in __rb_erase_augmented()
270
parent =
successor
;
in __rb_erase_augmented()
271
child2 =
successor
->rb_right;
in __rb_erase_augmented()
273
augment->copy(node,
successor
);
in __rb_erase_augmented()
276
* Case 3: node's
successor
is leftmost under
in __rb_erase_augmented()
290
parent =
successor
;
in __rb_erase_augmented()
291
successor
= tmp;
in __rb_erase_augmented()
294
child2 =
successor
->rb_right;
in __rb_erase_augmented()
296
WRITE_ONCE(
successor
in __rb_erase_augmented()
[all...]
Completed in 2 milliseconds