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:sgcomp
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/
H
A
D
nitrox_reqmgr.c
63
kfree(sr->in.
sgcomp
);
in softreq_unmap_sgbufs()
71
kfree(sr->out.
sgcomp
);
in softreq_unmap_sgbufs()
109
struct nitrox_sgcomp *
sgcomp
;
in create_sg_component()
local
118
sz_comp = nr_sgcomp * sizeof(*
sgcomp
);
in create_sg_component()
119
sgcomp
= kzalloc(sz_comp, sr->gfp);
in create_sg_component()
120
if (!
sgcomp
)
in create_sg_component()
123
sgtbl->
sgcomp
=
sgcomp
;
in create_sg_component()
129
sgcomp
[i].len[j] = cpu_to_be16(sg_dma_len(sg));
in create_sg_component()
130
sgcomp
[
in create_sg_component()
[all...]
H
A
D
nitrox_req.h
471
* @
sgcomp
: sglist component for NITROX.
479
struct nitrox_sgcomp *
sgcomp
;
member
/kernel/linux/linux-6.6/drivers/crypto/cavium/nitrox/
H
A
D
nitrox_reqmgr.c
65
kfree(sr->in.
sgcomp
);
in softreq_unmap_sgbufs()
73
kfree(sr->out.
sgcomp
);
in softreq_unmap_sgbufs()
111
struct nitrox_sgcomp *
sgcomp
;
in create_sg_component()
local
120
sz_comp = nr_sgcomp * sizeof(*
sgcomp
);
in create_sg_component()
121
sgcomp
= kzalloc(sz_comp, sr->gfp);
in create_sg_component()
122
if (!
sgcomp
)
in create_sg_component()
125
sgtbl->
sgcomp
=
sgcomp
;
in create_sg_component()
131
sgcomp
[i].len[j] = cpu_to_be16(sg_dma_len(sg));
in create_sg_component()
132
sgcomp
[
in create_sg_component()
[all...]
H
A
D
nitrox_req.h
475
* @
sgcomp
: sglist component for NITROX.
483
struct nitrox_sgcomp *
sgcomp
;
member
Completed in 5 milliseconds