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:node_parent
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
call-path.c
82
struct rb_node *
node_parent
= NULL;
in call_path__findnew()
local
94
node_parent
= *p;
in call_path__findnew()
95
cp = rb_entry(
node_parent
, struct call_path, rb_node);
in call_path__findnew()
110
rb_link_node(&cp->rb_node,
node_parent
, p);
in call_path__findnew()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
call-path.c
82
struct rb_node *
node_parent
= NULL;
in call_path__findnew()
local
94
node_parent
= *p;
in call_path__findnew()
95
cp = rb_entry(
node_parent
, struct call_path, rb_node);
in call_path__findnew()
110
rb_link_node(&cp->rb_node,
node_parent
, p);
in call_path__findnew()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
fib_trie.c
193
#define
node_parent
(tn) rtnl_dereference(tn_info(tn)->parent)
macro
460
if (
node_parent
(inode) == tn)
in update_children()
510
struct key_vector *tp =
node_parent
(oldtnode);
in replace()
697
tp =
node_parent
(oldtnode);
in collapse()
851
struct key_vector *tp =
node_parent
(tn);
in resize()
881
tp =
node_parent
(tn);
in resize()
908
return
node_parent
(tn);
in resize()
920
tn =
node_parent
(tn);
in node_pull_suffix()
929
tn =
node_parent
(tn);
in node_push_suffix()
1810
pn =
node_parent
(p
in fib_trie_free()
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
fib_trie.c
194
#define
node_parent
(tn) rtnl_dereference(tn_info(tn)->parent)
macro
461
if (
node_parent
(inode) == tn)
in update_children()
511
struct key_vector *tp =
node_parent
(oldtnode);
in replace()
698
tp =
node_parent
(oldtnode);
in collapse()
852
struct key_vector *tp =
node_parent
(tn);
in resize()
882
tp =
node_parent
(tn);
in resize()
909
return
node_parent
(tn);
in resize()
921
tn =
node_parent
(tn);
in node_pull_suffix()
930
tn =
node_parent
(tn);
in node_push_suffix()
1860
pn =
node_parent
(p
in fib_trie_free()
[all...]
Completed in 8 milliseconds