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:tmp_tddb
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/
H
A
D
ql4_os.c
6377
struct ql4_tuple_ddb *
tmp_tddb
= NULL;
in qla4xxx_is_session_exists()
local
6389
tmp_tddb
= vzalloc(sizeof(*
tmp_tddb
));
in qla4xxx_is_session_exists()
6390
if (!
tmp_tddb
) {
in qla4xxx_is_session_exists()
6404
qla4xxx_get_param_ddb(ddb_entry,
tmp_tddb
);
in qla4xxx_is_session_exists()
6405
if (!qla4xxx_compare_tuple_ddb(ha, fw_tddb,
tmp_tddb
, false)) {
in qla4xxx_is_session_exists()
6416
if (
tmp_tddb
)
in qla4xxx_is_session_exists()
6417
vfree(
tmp_tddb
);
in qla4xxx_is_session_exists()
6523
struct ql4_tuple_ddb *
tmp_tddb
= NULL;
in qla4xxx_is_flash_ddb_exists()
local
6534
tmp_tddb
in qla4xxx_is_flash_ddb_exists()
7757
struct ql4_tuple_ddb *
tmp_tddb
= NULL;
qla4xxx_sysfs_ddb_logout()
local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/
H
A
D
ql4_os.c
6368
struct ql4_tuple_ddb *
tmp_tddb
= NULL;
in qla4xxx_is_session_exists()
local
6380
tmp_tddb
= vzalloc(sizeof(*
tmp_tddb
));
in qla4xxx_is_session_exists()
6381
if (!
tmp_tddb
) {
in qla4xxx_is_session_exists()
6395
qla4xxx_get_param_ddb(ddb_entry,
tmp_tddb
);
in qla4xxx_is_session_exists()
6396
if (!qla4xxx_compare_tuple_ddb(ha, fw_tddb,
tmp_tddb
, false)) {
in qla4xxx_is_session_exists()
6406
vfree(
tmp_tddb
);
in qla4xxx_is_session_exists()
6512
struct ql4_tuple_ddb *
tmp_tddb
= NULL;
in qla4xxx_is_flash_ddb_exists()
local
6523
tmp_tddb
= vzalloc(sizeof(*
tmp_tddb
));
in qla4xxx_is_flash_ddb_exists()
7744
struct ql4_tuple_ddb *
tmp_tddb
= NULL;
qla4xxx_sysfs_ddb_logout()
local
[all...]
Completed in 16 milliseconds