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:req_cache
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/snic/
H
A
D
snic_main.c
564
snic_glob->
req_cache
[SNIC_REQ_CACHE_DFLT_SGL]);
in snic_probe()
575
snic_glob->
req_cache
[SNIC_REQ_CACHE_MAX_SGL]);
in snic_probe()
586
snic_glob->
req_cache
[SNIC_REQ_TM_CACHE]);
in snic_probe()
874
snic_glob->
req_cache
[SNIC_REQ_CACHE_DFLT_SGL] = cachep;
in snic_global_data_init()
887
snic_glob->
req_cache
[SNIC_REQ_CACHE_MAX_SGL] = cachep;
in snic_global_data_init()
898
snic_glob->
req_cache
[SNIC_REQ_TM_CACHE] = cachep;
in snic_global_data_init()
912
kmem_cache_destroy(snic_glob->
req_cache
[SNIC_REQ_TM_CACHE]);
in snic_global_data_init()
915
kmem_cache_destroy(snic_glob->
req_cache
[SNIC_REQ_CACHE_MAX_SGL]);
in snic_global_data_init()
918
kmem_cache_destroy(snic_glob->
req_cache
[SNIC_REQ_CACHE_DFLT_SGL]);
in snic_global_data_init()
941
kmem_cache_destroy(snic_glob->
req_cache
[SNIC_REQ_TM_CACH
in snic_global_data_cleanup()
[all...]
H
A
D
snic.h
358
struct kmem_cache *
req_cache
[SNIC_REQ_MAX_CACHES];
member
/kernel/linux/linux-6.6/drivers/scsi/snic/
H
A
D
snic_main.c
550
snic_glob->
req_cache
[SNIC_REQ_CACHE_DFLT_SGL]);
in snic_probe()
561
snic_glob->
req_cache
[SNIC_REQ_CACHE_MAX_SGL]);
in snic_probe()
572
snic_glob->
req_cache
[SNIC_REQ_TM_CACHE]);
in snic_probe()
860
snic_glob->
req_cache
[SNIC_REQ_CACHE_DFLT_SGL] = cachep;
in snic_global_data_init()
873
snic_glob->
req_cache
[SNIC_REQ_CACHE_MAX_SGL] = cachep;
in snic_global_data_init()
884
snic_glob->
req_cache
[SNIC_REQ_TM_CACHE] = cachep;
in snic_global_data_init()
898
kmem_cache_destroy(snic_glob->
req_cache
[SNIC_REQ_TM_CACHE]);
in snic_global_data_init()
901
kmem_cache_destroy(snic_glob->
req_cache
[SNIC_REQ_CACHE_MAX_SGL]);
in snic_global_data_init()
904
kmem_cache_destroy(snic_glob->
req_cache
[SNIC_REQ_CACHE_DFLT_SGL]);
in snic_global_data_init()
927
kmem_cache_destroy(snic_glob->
req_cache
[SNIC_REQ_TM_CACH
in snic_global_data_cleanup()
[all...]
H
A
D
snic.h
344
struct kmem_cache *
req_cache
[SNIC_REQ_MAX_CACHES];
member
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/zip/
H
A
D
zip_crypto.c
492
struct hisi_zip_req *
req_cache
;
in hisi_zip_create_req()
local
505
req_cache
= q + req_id;
in hisi_zip_create_req()
506
req_cache
->req_id = req_id;
in hisi_zip_create_req()
507
req_cache
->req = req;
in hisi_zip_create_req()
510
req_cache
->sskip = 0;
in hisi_zip_create_req()
511
req_cache
->dskip = head_size;
in hisi_zip_create_req()
513
req_cache
->sskip = head_size;
in hisi_zip_create_req()
514
req_cache
->dskip = 0;
in hisi_zip_create_req()
519
return
req_cache
;
in hisi_zip_create_req()
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/zip/
H
A
D
zip_crypto.c
223
struct hisi_zip_req *
req_cache
;
in hisi_zip_create_req()
local
238
req_cache
= q + req_id;
in hisi_zip_create_req()
239
req_cache
->req_id = req_id;
in hisi_zip_create_req()
240
req_cache
->req = req;
in hisi_zip_create_req()
243
req_cache
->sskip = 0;
in hisi_zip_create_req()
244
req_cache
->dskip = head_size;
in hisi_zip_create_req()
246
req_cache
->sskip = head_size;
in hisi_zip_create_req()
247
req_cache
->dskip = 0;
in hisi_zip_create_req()
250
return
req_cache
;
in hisi_zip_create_req()
Completed in 9 milliseconds