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:escb_arr
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic94xx/
H
A
D
aic94xx_init.c
555
if (!list_empty(&seq->
escb_arr
[i]->list))
in asd_free_escbs()
556
list_del_init(&seq->
escb_arr
[i]->list);
in asd_free_escbs()
558
asd_ascb_free(seq->
escb_arr
[i]);
in asd_free_escbs()
560
kfree(seq->
escb_arr
);
in asd_free_escbs()
561
seq->
escb_arr
= NULL;
in asd_free_escbs()
581
if (asd_ha->seq.
escb_arr
)
in asd_destroy_ha_caches()
H
A
D
aic94xx_hwi.c
310
seq->
escb_arr
= kmalloc_array(seq->num_escbs, sizeof(*seq->
escb_arr
),
in asd_alloc_escbs()
312
if (!seq->
escb_arr
)
in asd_alloc_escbs()
327
seq->
escb_arr
[i] = escb;
in asd_alloc_escbs()
333
kfree(seq->
escb_arr
);
in asd_alloc_escbs()
334
seq->
escb_arr
= NULL;
in asd_alloc_escbs()
345
struct asd_ascb *ascb = seq->
escb_arr
[i];
in asd_assign_edbs2escbs()
H
A
D
aic94xx_hwi.h
164
struct asd_ascb **
escb_arr
; /* array of pointers to escbs */
member
H
A
D
aic94xx_scb.c
599
seq->
escb_arr
[i]->tasklet_complete = escb_tasklet_complete;
in asd_init_post_escbs()
602
return asd_post_escb_list(asd_ha, seq->
escb_arr
[0], seq->num_escbs);
in asd_init_post_escbs()
/kernel/linux/linux-6.6/drivers/scsi/aic94xx/
H
A
D
aic94xx_init.c
555
if (!list_empty(&seq->
escb_arr
[i]->list))
in asd_free_escbs()
556
list_del_init(&seq->
escb_arr
[i]->list);
in asd_free_escbs()
558
asd_ascb_free(seq->
escb_arr
[i]);
in asd_free_escbs()
560
kfree(seq->
escb_arr
);
in asd_free_escbs()
561
seq->
escb_arr
= NULL;
in asd_free_escbs()
581
if (asd_ha->seq.
escb_arr
)
in asd_destroy_ha_caches()
H
A
D
aic94xx_hwi.c
308
seq->
escb_arr
= kmalloc_array(seq->num_escbs, sizeof(*seq->
escb_arr
),
in asd_alloc_escbs()
310
if (!seq->
escb_arr
)
in asd_alloc_escbs()
325
seq->
escb_arr
[i] = escb;
in asd_alloc_escbs()
331
kfree(seq->
escb_arr
);
in asd_alloc_escbs()
332
seq->
escb_arr
= NULL;
in asd_alloc_escbs()
343
struct asd_ascb *ascb = seq->
escb_arr
[i];
in asd_assign_edbs2escbs()
H
A
D
aic94xx_hwi.h
164
struct asd_ascb **
escb_arr
; /* array of pointers to escbs */
member
H
A
D
aic94xx_scb.c
603
seq->
escb_arr
[i]->tasklet_complete = escb_tasklet_complete;
in asd_init_post_escbs()
606
return asd_post_escb_list(asd_ha, seq->
escb_arr
[0], seq->num_escbs);
in asd_init_post_escbs()
Completed in 10 milliseconds