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:rd_point
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/
H
A
D
hisi_sas_v1_hw.c
1499
u32
rd_point
= cq->
rd_point
, wr_point;
in cq_interrupt_v1_hw()
local
1506
while (
rd_point
!= wr_point) {
in cq_interrupt_v1_hw()
1511
complete_hdr = &complete_queue[
rd_point
];
in cq_interrupt_v1_hw()
1521
slot->cmplt_queue_slot =
rd_point
;
in cq_interrupt_v1_hw()
1525
if (++
rd_point
>= HISI_SAS_QUEUE_SLOTS)
in cq_interrupt_v1_hw()
1526
rd_point
= 0;
in cq_interrupt_v1_hw()
1529
/* update
rd_point
*/
in cq_interrupt_v1_hw()
1530
cq->
rd_point
=
rd_point
;
in cq_interrupt_v1_hw()
[all...]
H
A
D
hisi_sas_v2_hw.c
3123
u32
rd_point
= cq->
rd_point
, wr_point, dev_id;
in cq_thread_v2_hw()
local
3134
while (
rd_point
!= wr_point) {
in cq_thread_v2_hw()
3138
complete_hdr = &complete_queue[
rd_point
];
in cq_thread_v2_hw()
3162
slot->cmplt_queue_slot =
rd_point
;
in cq_thread_v2_hw()
3174
slot->cmplt_queue_slot =
rd_point
;
in cq_thread_v2_hw()
3179
if (++
rd_point
>= HISI_SAS_QUEUE_SLOTS)
in cq_thread_v2_hw()
3180
rd_point
= 0;
in cq_thread_v2_hw()
3183
/* update
rd_point
*/
in cq_thread_v2_hw()
3184
cq->
rd_point
in cq_thread_v2_hw()
[all...]
H
A
D
hisi_sas_v3_hw.c
2351
u32
rd_point
= cq->
rd_point
, wr_point;
in cq_thread_v3_hw()
local
2359
while (
rd_point
!= wr_point) {
in cq_thread_v3_hw()
2365
complete_hdr = &complete_queue[
rd_point
];
in cq_thread_v3_hw()
2371
slot->cmplt_queue_slot =
rd_point
;
in cq_thread_v3_hw()
2377
if (++
rd_point
>= HISI_SAS_QUEUE_SLOTS)
in cq_thread_v3_hw()
2378
rd_point
= 0;
in cq_thread_v3_hw()
2381
/* update
rd_point
*/
in cq_thread_v3_hw()
2382
cq->
rd_point
=
rd_point
;
in cq_thread_v3_hw()
[all...]
H
A
D
hisi_sas.h
188
int
rd_point
;
member
H
A
D
hisi_sas_main.c
2295
cq->
rd_point
= 0;
in hisi_sas_init_mem()
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/
H
A
D
hisi_sas_v1_hw.c
1488
u32
rd_point
= cq->
rd_point
, wr_point;
in cq_interrupt_v1_hw()
local
1495
while (
rd_point
!= wr_point) {
in cq_interrupt_v1_hw()
1500
complete_hdr = &complete_queue[
rd_point
];
in cq_interrupt_v1_hw()
1510
slot->cmplt_queue_slot =
rd_point
;
in cq_interrupt_v1_hw()
1514
if (++
rd_point
>= HISI_SAS_QUEUE_SLOTS)
in cq_interrupt_v1_hw()
1515
rd_point
= 0;
in cq_interrupt_v1_hw()
1518
/* update
rd_point
*/
in cq_interrupt_v1_hw()
1519
cq->
rd_point
=
rd_point
;
in cq_interrupt_v1_hw()
[all...]
H
A
D
hisi_sas_v2_hw.c
3118
u32
rd_point
= cq->
rd_point
, wr_point, dev_id;
in cq_thread_v2_hw()
local
3129
while (
rd_point
!= wr_point) {
in cq_thread_v2_hw()
3133
complete_hdr = &complete_queue[
rd_point
];
in cq_thread_v2_hw()
3157
slot->cmplt_queue_slot =
rd_point
;
in cq_thread_v2_hw()
3169
slot->cmplt_queue_slot =
rd_point
;
in cq_thread_v2_hw()
3174
if (++
rd_point
>= HISI_SAS_QUEUE_SLOTS)
in cq_thread_v2_hw()
3175
rd_point
= 0;
in cq_thread_v2_hw()
3178
/* update
rd_point
*/
in cq_thread_v2_hw()
3179
cq->
rd_point
in cq_thread_v2_hw()
[all...]
H
A
D
hisi_sas_v3_hw.c
2432
u32
rd_point
, wr_point;
in complete_v3_hw()
local
2436
rd_point
= cq->
rd_point
;
in complete_v3_hw()
2441
completed = (wr_point + HISI_SAS_QUEUE_SLOTS -
rd_point
) % HISI_SAS_QUEUE_SLOTS;
in complete_v3_hw()
2443
while (
rd_point
!= wr_point) {
in complete_v3_hw()
2450
complete_hdr = &complete_queue[
rd_point
];
in complete_v3_hw()
2476
slot->cmplt_queue_slot =
rd_point
;
in complete_v3_hw()
2482
if (++
rd_point
>= HISI_SAS_QUEUE_SLOTS)
in complete_v3_hw()
2483
rd_point
= 0;
in complete_v3_hw()
2486
/* update
rd_point
*/
in complete_v3_hw()
[all...]
H
A
D
hisi_sas.h
207
int
rd_point
;
member
H
A
D
hisi_sas_main.c
2137
cq->
rd_point
= 0;
in hisi_sas_init_mem()
Completed in 39 milliseconds