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:inc_idx
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/csiostor/
H
A
D
csio_wr.c
87
if (flq->
inc_idx
>= 8) {
in csio_wr_ring_fldb()
89
PIDX_T5_V(flq->
inc_idx
/ 8) | DBTYPE_F,
in csio_wr_ring_fldb()
91
flq->
inc_idx
&= 7;
in csio_wr_ring_fldb()
154
flq->
inc_idx
+= n;
in csio_wr_update_fl()
247
q->pidx = q->cidx = q->
inc_idx
= 0;
in csio_wr_alloc_q()
304
flq->pidx = flq->
inc_idx
= flq->credits - 8;
in csio_wr_alloc_q()
931
q->
inc_idx
= (uint16_t)req_credits;
in csio_wr_get()
991
PIDX_T5_V(q->
inc_idx
) | DBTYPE_F,
in csio_wr_issue()
993
q->
inc_idx
= 0;
in csio_wr_issue()
1221
q->
inc_idx
in csio_wr_process_iq()
[all...]
H
A
D
csio_wr.h
397
uint16_t
inc_idx
; /* Incremental index */
member
456
#define csio_q_inc_idx(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->
inc_idx
)
/kernel/linux/linux-6.6/drivers/scsi/csiostor/
H
A
D
csio_wr.c
87
if (flq->
inc_idx
>= 8) {
in csio_wr_ring_fldb()
89
PIDX_T5_V(flq->
inc_idx
/ 8) | DBTYPE_F,
in csio_wr_ring_fldb()
91
flq->
inc_idx
&= 7;
in csio_wr_ring_fldb()
154
flq->
inc_idx
+= n;
in csio_wr_update_fl()
247
q->pidx = q->cidx = q->
inc_idx
= 0;
in csio_wr_alloc_q()
304
flq->pidx = flq->
inc_idx
= flq->credits - 8;
in csio_wr_alloc_q()
932
q->
inc_idx
= (uint16_t)req_credits;
in csio_wr_get()
992
PIDX_T5_V(q->
inc_idx
) | DBTYPE_F,
in csio_wr_issue()
994
q->
inc_idx
= 0;
in csio_wr_issue()
1221
q->
inc_idx
in csio_wr_process_iq()
[all...]
H
A
D
csio_wr.h
397
uint16_t
inc_idx
; /* Incremental index */
member
456
#define csio_q_inc_idx(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->
inc_idx
)
/kernel/linux/linux-5.10/drivers/scsi/qedf/
H
A
D
qedf_main.c
2265
goto
inc_idx
;
in qedf_process_completions()
2303
inc_idx
:
in qedf_process_completions()
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H
A
D
qedf_main.c
2267
goto
inc_idx
;
in qedf_process_completions()
2305
inc_idx
:
in qedf_process_completions()
Completed in 15 milliseconds