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:lio_dr_cache
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/iscsi/
H
A
D
iscsi_target.h
52
extern struct kmem_cache *
lio_dr_cache
;
H
A
D
iscsi_target_datain_values.c
24
dr = kmem_cache_zalloc(
lio_dr_cache
, GFP_ATOMIC);
in iscsit_allocate_datain_req()
48
kmem_cache_free(
lio_dr_cache
, dr);
in iscsit_free_datain_req()
58
kmem_cache_free(
lio_dr_cache
, dr);
in iscsit_free_all_datain_reqs()
H
A
D
iscsi_target.c
58
struct kmem_cache *
lio_dr_cache
;
variable
714
lio_dr_cache
= kmem_cache_create("
lio_dr_cache
",
in iscsi_target_init_module()
717
if (!
lio_dr_cache
) {
in iscsi_target_init_module()
719
"
lio_dr_cache
\n");
in iscsi_target_init_module()
753
kmem_cache_destroy(
lio_dr_cache
);
in iscsi_target_init_module()
773
kmem_cache_destroy(
lio_dr_cache
);
in iscsi_target_cleanup_module()
/kernel/linux/linux-6.6/drivers/target/iscsi/
H
A
D
iscsi_target.h
52
extern struct kmem_cache *
lio_dr_cache
;
H
A
D
iscsi_target_datain_values.c
24
dr = kmem_cache_zalloc(
lio_dr_cache
, GFP_ATOMIC);
in iscsit_allocate_datain_req()
48
kmem_cache_free(
lio_dr_cache
, dr);
in iscsit_free_datain_req()
58
kmem_cache_free(
lio_dr_cache
, dr);
in iscsit_free_all_datain_reqs()
H
A
D
iscsi_target.c
59
struct kmem_cache *
lio_dr_cache
;
variable
719
lio_dr_cache
= kmem_cache_create("
lio_dr_cache
",
in iscsi_target_init_module()
722
if (!
lio_dr_cache
) {
in iscsi_target_init_module()
724
"
lio_dr_cache
\n");
in iscsi_target_init_module()
758
kmem_cache_destroy(
lio_dr_cache
);
in iscsi_target_init_module()
780
kmem_cache_destroy(
lio_dr_cache
);
in iscsi_target_cleanup_module()
Completed in 11 milliseconds