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:hpr_lookup
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_base.c
1475
cb_idx = ioc->
hpr_lookup
[i].cb_idx;
in _base_get_cb_idx()
3780
ioc->
hpr_lookup
[i].cb_idx = 0xFF;
in mpt3sas_base_free_smid()
3781
list_add(&ioc->
hpr_lookup
[i].tracker_list, &ioc->hpr_free_list);
in mpt3sas_base_free_smid()
4942
kfree(ioc->
hpr_lookup
);
in _base_release_memory_pools()
4943
ioc->
hpr_lookup
= NULL;
in _base_release_memory_pools()
5431
ioc->
hpr_lookup
= kcalloc(ioc->hi_priority_depth,
in _base_allocate_memory_pools()
5433
if (!ioc->
hpr_lookup
) {
in _base_allocate_memory_pools()
5434
ioc_err(ioc, "
hpr_lookup
: kcalloc failed\n");
in _base_allocate_memory_pools()
7138
ioc->
hpr_lookup
[i].cb_idx = 0xFF;
in _base_make_ioc_operational()
7139
ioc->
hpr_lookup
[
in _base_make_ioc_operational()
[all...]
H
A
D
mpt3sas_base.h
1150
* @
hpr_lookup
:
1396
struct request_tracker *
hpr_lookup
;
member
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_base.c
1568
cb_idx = ioc->
hpr_lookup
[i].cb_idx;
in _base_get_cb_idx()
4056
ioc->
hpr_lookup
[i].cb_idx = 0xFF;
in mpt3sas_base_free_smid()
4057
list_add(&ioc->
hpr_lookup
[i].tracker_list, &ioc->hpr_free_list);
in mpt3sas_base_free_smid()
5869
kfree(ioc->
hpr_lookup
);
in _base_release_memory_pools()
5870
ioc->
hpr_lookup
= NULL;
in _base_release_memory_pools()
6541
ioc->
hpr_lookup
= kcalloc(ioc->hi_priority_depth,
in _base_allocate_memory_pools()
6543
if (!ioc->
hpr_lookup
) {
in _base_allocate_memory_pools()
6544
ioc_err(ioc, "
hpr_lookup
: kcalloc failed\n");
in _base_allocate_memory_pools()
8183
ioc->
hpr_lookup
[i].cb_idx = 0xFF;
in _base_make_ioc_operational()
8184
ioc->
hpr_lookup
[
in _base_make_ioc_operational()
[all...]
H
A
D
mpt3sas_base.h
1285
* @
hpr_lookup
:
1543
struct request_tracker *
hpr_lookup
;
member
Completed in 26 milliseconds