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:childnode
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/arch/c6x/platforms/
H
A
D
pll.c
98
list_for_each_entry(clk, &root->children,
childnode
) {
in propagate_rate()
141
list_del_init(&clk->
childnode
);
in clk_set_parent()
142
list_add(&clk->
childnode
, &clk->parent->children);
in clk_set_parent()
168
list_add_tail(&clk->
childnode
, &clk->parent->children);
in clk_register()
194
list_del(&clk->
childnode
);
in clk_unregister()
326
INIT_LIST_HEAD(&clk->
childnode
);
in __init_clk()
399
list_for_each_entry(clk, &parent->children,
childnode
) {
in dump_clock()
H
A
D
plldata.c
31
.
childnode
= LIST_HEAD_INIT(clkin1.
childnode
),
/kernel/linux/linux-5.10/fs/unicode/
H
A
D
mkutf8data.c
347
int
childnode
;
member
429
if (tree->
childnode
== LEAF) {
in tree_walk()
434
assert(tree->
childnode
== NODE);
in tree_walk()
583
tree->
childnode
= LEAF;
in insert()
671
if (tree->
childnode
== LEAF)
in prune()
827
if (tree->
childnode
== LEAF)
in mark_nodes()
830
assert(tree->
childnode
== NODE);
in mark_nodes()
878
assert(tree->
childnode
== NODE);
in mark_nodes()
960
if (tree->
childnode
== LEAF) {
in index_nodes()
965
assert(tree->
childnode
in index_nodes()
[all...]
/kernel/linux/linux-6.6/fs/unicode/
H
A
D
mkutf8data.c
347
int
childnode
;
member
429
if (tree->
childnode
== LEAF) {
in tree_walk()
434
assert(tree->
childnode
== NODE);
in tree_walk()
583
tree->
childnode
= LEAF;
in insert()
671
if (tree->
childnode
== LEAF)
in prune()
827
if (tree->
childnode
== LEAF)
in mark_nodes()
830
assert(tree->
childnode
== NODE);
in mark_nodes()
878
assert(tree->
childnode
== NODE);
in mark_nodes()
960
if (tree->
childnode
== LEAF) {
in index_nodes()
965
assert(tree->
childnode
in index_nodes()
[all...]
/kernel/linux/linux-5.10/arch/c6x/include/asm/
H
A
D
clock.h
88
struct list_head
childnode
; /* parent's child list node */
member
Completed in 6 milliseconds