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:io_sgl_hndl_base
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/
H
A
D
be_main.c
904
psgl_handle = phba->
io_sgl_hndl_base
[phba->
in alloc_io_sgl_handle()
906
phba->
io_sgl_hndl_base
[phba->io_sgl_alloc_index] = NULL;
in alloc_io_sgl_handle()
929
if (phba->
io_sgl_hndl_base
[phba->io_sgl_free_index]) {
in free_io_sgl_handle()
937
phba->
io_sgl_hndl_base
[phba->io_sgl_free_index]);
in free_io_sgl_handle()
941
phba->
io_sgl_hndl_base
[phba->io_sgl_free_index] = psgl_handle;
in free_io_sgl_handle()
3895
phba->
io_sgl_hndl_base
= kcalloc(phba->params.ios_per_ctrl,
in beiscsi_init_sgl_handle()
3898
if (!phba->
io_sgl_hndl_base
) {
in beiscsi_init_sgl_handle()
3908
kfree(phba->
io_sgl_hndl_base
);
in beiscsi_init_sgl_handle()
3928
phba->
io_sgl_hndl_base
[arr_index] = psgl_handle;
in beiscsi_init_sgl_handle()
3970
psgl_handle = phba->
io_sgl_hndl_base
[arr_inde
in beiscsi_init_sgl_handle()
[all...]
H
A
D
be_main.h
287
struct sgl_handle **
io_sgl_hndl_base
;
member
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/
H
A
D
be_main.c
921
psgl_handle = phba->
io_sgl_hndl_base
[phba->
in alloc_io_sgl_handle()
923
phba->
io_sgl_hndl_base
[phba->io_sgl_alloc_index] = NULL;
in alloc_io_sgl_handle()
946
if (phba->
io_sgl_hndl_base
[phba->io_sgl_free_index]) {
in free_io_sgl_handle()
954
phba->
io_sgl_hndl_base
[phba->io_sgl_free_index]);
in free_io_sgl_handle()
958
phba->
io_sgl_hndl_base
[phba->io_sgl_free_index] = psgl_handle;
in free_io_sgl_handle()
3905
phba->
io_sgl_hndl_base
= kcalloc(phba->params.ios_per_ctrl,
in beiscsi_init_sgl_handle()
3908
if (!phba->
io_sgl_hndl_base
) {
in beiscsi_init_sgl_handle()
3918
kfree(phba->
io_sgl_hndl_base
);
in beiscsi_init_sgl_handle()
3938
phba->
io_sgl_hndl_base
[arr_index] = psgl_handle;
in beiscsi_init_sgl_handle()
3980
psgl_handle = phba->
io_sgl_hndl_base
[arr_inde
in beiscsi_init_sgl_handle()
[all...]
H
A
D
be_main.h
286
struct sgl_handle **
io_sgl_hndl_base
;
member
Completed in 17 milliseconds