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:copy_node
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/scripts/genksyms/
H
A
D
genksyms.h
60
struct string_list *
copy_node
(struct string_list *);
H
A
D
genksyms.c
367
struct string_list *
copy_node
(struct string_list *node)
in copy_node()
function
385
n = res =
copy_node
(start);
in copy_list_range()
387
n->next =
copy_node
(start);
in copy_list_range()
447
return
copy_node
(&node);
in read_node()
453
return
copy_node
(&node);
in read_node()
H
A
D
parse.y
56
r =
copy_node
(i); r->tag = type;
/kernel/linux/linux-6.6/scripts/genksyms/
H
A
D
genksyms.h
60
struct string_list *
copy_node
(struct string_list *);
H
A
D
genksyms.c
367
struct string_list *
copy_node
(struct string_list *node)
in copy_node()
function
385
n = res =
copy_node
(start);
in copy_list_range()
387
n->next =
copy_node
(start);
in copy_list_range()
447
return
copy_node
(&node);
in read_node()
453
return
copy_node
(&node);
in read_node()
H
A
D
parse.y
56
r =
copy_node
(i); r->tag = type;
/kernel/linux/linux-5.10/drivers/media/platform/sti/bdisp/
H
A
D
bdisp-debug.c
325
if (!bdisp->dbg.
copy_node
[0]) {
in last_nodes_show()
331
node = bdisp->dbg.
copy_node
[i];
in last_nodes_show()
398
if (!bdisp->dbg.
copy_node
[0]) {
in last_nodes_raw_show()
404
node = bdisp->dbg.
copy_node
[i];
in last_nodes_raw_show()
H
A
D
bdisp-hw.c
1049
struct bdisp_node **
copy_node
= ctx->bdisp_dev->dbg.
copy_node
;
in bdisp_hw_save_request()
local
1064
if (!
copy_node
[i]) {
in bdisp_hw_save_request()
1065
copy_node
[i] = devm_kzalloc(ctx->bdisp_dev->dev,
in bdisp_hw_save_request()
1066
sizeof(*
copy_node
[i]),
in bdisp_hw_save_request()
1068
if (!
copy_node
[i])
in bdisp_hw_save_request()
1071
*
copy_node
[i] = *node[i];
in bdisp_hw_save_request()
H
A
D
bdisp.h
147
* @
copy_node
: array of last used nodes
157
struct bdisp_node *
copy_node
[MAX_NB_NODE];
member
/kernel/linux/linux-6.6/drivers/media/platform/st/sti/bdisp/
H
A
D
bdisp-debug.c
325
if (!bdisp->dbg.
copy_node
[0]) {
in last_nodes_show()
331
node = bdisp->dbg.
copy_node
[i];
in last_nodes_show()
398
if (!bdisp->dbg.
copy_node
[0]) {
in last_nodes_raw_show()
404
node = bdisp->dbg.
copy_node
[i];
in last_nodes_raw_show()
H
A
D
bdisp-hw.c
1049
struct bdisp_node **
copy_node
= ctx->bdisp_dev->dbg.
copy_node
;
in bdisp_hw_save_request()
local
1064
if (!
copy_node
[i]) {
in bdisp_hw_save_request()
1065
copy_node
[i] = devm_kzalloc(ctx->bdisp_dev->dev,
in bdisp_hw_save_request()
1066
sizeof(*
copy_node
[i]),
in bdisp_hw_save_request()
1068
if (!
copy_node
[i])
in bdisp_hw_save_request()
1071
*
copy_node
[i] = *node[i];
in bdisp_hw_save_request()
H
A
D
bdisp.h
147
* @
copy_node
: array of last used nodes
157
struct bdisp_node *
copy_node
[MAX_NB_NODE];
member
Completed in 9 milliseconds