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:se_sess_cache
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/
H
A
D
target_core_transport.c
44
static struct kmem_cache *
se_sess_cache
;
variable
61
se_sess_cache
= kmem_cache_create("
se_sess_cache
",
in init_se_kmem_caches()
64
if (!
se_sess_cache
) {
in init_se_kmem_caches()
149
kmem_cache_destroy(
se_sess_cache
);
in init_se_kmem_caches()
157
kmem_cache_destroy(
se_sess_cache
);
in release_se_kmem_caches()
253
se_sess = kmem_cache_zalloc(
se_sess_cache
, GFP_KERNEL);
in transport_alloc_session()
256
"
se_sess_cache
\n");
in transport_alloc_session()
261
kmem_cache_free(
se_sess_cache
, se_sess);
in transport_alloc_session()
588
kmem_cache_free(
se_sess_cache
, se_ses
in transport_free_session()
[all...]
/kernel/linux/linux-6.6/drivers/target/
H
A
D
target_core_transport.c
45
static struct kmem_cache *
se_sess_cache
;
variable
62
se_sess_cache
= kmem_cache_create("
se_sess_cache
",
in init_se_kmem_caches()
65
if (!
se_sess_cache
) {
in init_se_kmem_caches()
157
kmem_cache_destroy(
se_sess_cache
);
in init_se_kmem_caches()
166
kmem_cache_destroy(
se_sess_cache
);
in release_se_kmem_caches()
293
se_sess = kmem_cache_zalloc(
se_sess_cache
, GFP_KERNEL);
in transport_alloc_session()
296
"
se_sess_cache
\n");
in transport_alloc_session()
639
kmem_cache_free(
se_sess_cache
, se_sess);
in transport_free_session()
Completed in 7 milliseconds