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:blockFetchTable
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
hpsa.h
237
u32 *
blockFetchTable
;
member
H
A
D
hpsa.c
1052
c->busaddr |= 1 | (h->
blockFetchTable
[c->Header.SGList] << 1);
in set_performant_mode()
9213
SG_ENTRIES_IN_CMD, 4, h->
blockFetchTable
);
in hpsa_enter_performant_mode()
9444
kfree(h->
blockFetchTable
);
in hpsa_free_performant_mode()
9445
h->
blockFetchTable
= NULL;
in hpsa_free_performant_mode()
9503
h->
blockFetchTable
= kmalloc(((SG_ENTRIES_IN_CMD + 1) *
in hpsa_put_ctlr_into_performant_mode()
9505
if (!h->
blockFetchTable
) {
in hpsa_put_ctlr_into_performant_mode()
9516
kfree(h->
blockFetchTable
);
in hpsa_put_ctlr_into_performant_mode()
9517
h->
blockFetchTable
= NULL;
in hpsa_put_ctlr_into_performant_mode()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
hpsa.h
237
u32 *
blockFetchTable
;
member
H
A
D
hpsa.c
1055
c->busaddr |= 1 | (h->
blockFetchTable
[c->Header.SGList] << 1);
in set_performant_mode()
9235
SG_ENTRIES_IN_CMD, 4, h->
blockFetchTable
);
in hpsa_enter_performant_mode()
9465
kfree(h->
blockFetchTable
);
in hpsa_free_performant_mode()
9466
h->
blockFetchTable
= NULL;
in hpsa_free_performant_mode()
9518
h->
blockFetchTable
= kmalloc(((SG_ENTRIES_IN_CMD + 1) *
in hpsa_put_ctlr_into_performant_mode()
9520
if (!h->
blockFetchTable
) {
in hpsa_put_ctlr_into_performant_mode()
9531
kfree(h->
blockFetchTable
);
in hpsa_put_ctlr_into_performant_mode()
9532
h->
blockFetchTable
= NULL;
in hpsa_put_ctlr_into_performant_mode()
Completed in 26 milliseconds