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:hrrq_end
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/
H
A
D
common.h
220
u64 *
hrrq_end
;
member
H
A
D
main.c
1378
*
hrrq_end
= hwq->
hrrq_end
,
in process_hrrq()
local
1401
if (hrrq_curr <
hrrq_end
)
in process_hrrq()
1791
writeq_be((u64) hwq->
hrrq_end
, &hmap->rrq_end);
in init_global()
1910
hwq->
hrrq_end
= &hwq->rrq_entry[NUM_RRQ_ENTRY - 1];
in start_afu()
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/
H
A
D
common.h
220
u64 *
hrrq_end
;
member
H
A
D
main.c
1378
*
hrrq_end
= hwq->
hrrq_end
,
in process_hrrq()
local
1401
if (hrrq_curr <
hrrq_end
)
in process_hrrq()
1768
writeq_be((u64) hwq->
hrrq_end
, &hmap->rrq_end);
in init_global()
1887
hwq->
hrrq_end
= &hwq->rrq_entry[NUM_RRQ_ENTRY - 1];
in start_afu()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
pmcraid.h
689
__le32 *
hrrq_end
[PMCRAID_NUM_MSIX_VECTORS];
member
H
A
D
pmcraid.c
4413
if (pinstance->hrrq_curr[id] < pinstance->
hrrq_end
[id]) {
in pmcraid_tasklet_function()
4718
pinstance->
hrrq_end
[i] =
in pmcraid_allocate_host_rrqs()
5034
pinstance->
hrrq_end
[i] =
in pmcraid_reinit_buffers()
H
A
D
ipr.h
495
volatile __be32 *
hrrq_end
;
member
H
A
D
ipr.c
5767
if (hrr_queue->hrrq_curr < hrr_queue->
hrrq_end
) {
in ipr_process_hrrq()
8359
hrrq->
hrrq_end
= &hrrq->host_rrq[hrrq->size - 1];
in ipr_init_ioa_mem()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
pmcraid.h
689
__le32 *
hrrq_end
[PMCRAID_NUM_MSIX_VECTORS];
member
H
A
D
pmcraid.c
3915
if (pinstance->hrrq_curr[id] < pinstance->
hrrq_end
[id]) {
in pmcraid_tasklet_function()
4220
pinstance->
hrrq_end
[i] =
in pmcraid_allocate_host_rrqs()
4536
pinstance->
hrrq_end
[i] =
in pmcraid_reinit_buffers()
H
A
D
ipr.h
493
volatile __be32 *
hrrq_end
;
member
H
A
D
ipr.c
5448
if (hrr_queue->hrrq_curr < hrr_queue->
hrrq_end
) {
in ipr_process_hrrq()
7586
hrrq->
hrrq_end
= &hrrq->host_rrq[hrrq->size - 1];
in ipr_init_ioa_mem()
Completed in 62 milliseconds