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:qi_cache_zalloc
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/caam/
H
A
D
caamalg_qi2.c
101
*
qi_cache_zalloc
- Allocate buffers from CAAM-QI cache
112
static inline void *
qi_cache_zalloc
(gfp_t flags)
in qi_cache_zalloc()
function
120
* @obj - buffer previously allocated by
qi_cache_zalloc
370
edesc =
qi_cache_zalloc
(GFP_DMA | flags);
in aead_edesc_alloc()
1190
edesc =
qi_cache_zalloc
(GFP_DMA | flags);
in skcipher_edesc_alloc()
3559
edesc =
qi_cache_zalloc
(GFP_DMA | flags);
in ahash_update_ctx()
3653
edesc =
qi_cache_zalloc
(GFP_DMA | flags);
in ahash_final_ctx()
3742
edesc =
qi_cache_zalloc
(GFP_DMA | flags);
in ahash_finup_ctx()
3835
edesc =
qi_cache_zalloc
(GFP_DMA | flags);
in ahash_digest()
3912
edesc =
qi_cache_zalloc
(GFP_DM
in ahash_final_no_ctx()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/caam/
H
A
D
caamalg_qi2.c
106
*
qi_cache_zalloc
- Allocate buffers from CAAM-QI cache
117
static inline void *
qi_cache_zalloc
(gfp_t flags)
in qi_cache_zalloc()
function
125
* @obj - buffer previously allocated by
qi_cache_zalloc
375
edesc =
qi_cache_zalloc
(flags);
in aead_edesc_alloc()
1195
edesc =
qi_cache_zalloc
(flags);
in skcipher_edesc_alloc()
3572
edesc =
qi_cache_zalloc
(flags);
in ahash_update_ctx()
3666
edesc =
qi_cache_zalloc
(flags);
in ahash_final_ctx()
3755
edesc =
qi_cache_zalloc
(flags);
in ahash_finup_ctx()
3848
edesc =
qi_cache_zalloc
(flags);
in ahash_digest()
3925
edesc =
qi_cache_zalloc
(flag
in ahash_final_no_ctx()
[all...]
Completed in 11 milliseconds