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:iq_ci
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/smartpqi/
H
A
D
smartpqi_init.c
3008
pqi_index_t
iq_ci
;
in pqi_send_event_ack()
local
3020
iq_ci
= readl(queue_group->
iq_ci
[RAID_PATH]);
in pqi_send_event_ack()
3022
if (pqi_num_elements_free(iq_pi,
iq_ci
,
in pqi_send_event_ack()
3646
queue_group->
iq_ci
[RAID_PATH] = next_queue_index;
in pqi_alloc_operational_queues()
3654
queue_group->
iq_ci
[AIO_PATH] = next_queue_index;
in pqi_alloc_operational_queues()
3748
admin_queues->
iq_ci
= &admin_queues_aligned->
iq_ci
;
in pqi_alloc_admin_queues()
3762
((void *)admin_queues->
iq_ci
-
in pqi_alloc_admin_queues()
3898
pqi_index_t
iq_ci
;
in pqi_start_io()
local
5436
pqi_index_t
iq_ci
;
pqi_wait_until_inbound_queues_empty()
local
[all...]
H
A
D
smartpqi.h
650
__aligned(PQI_ADMIN_INDEX_ALIGNMENT) pqi_index_t
iq_ci
;
member
657
pqi_index_t *
iq_ci
;
member
682
pqi_index_t __iomem *
iq_ci
[2];
member
/kernel/linux/linux-6.6/drivers/scsi/smartpqi/
H
A
D
smartpqi.h
733
__aligned(PQI_ADMIN_INDEX_ALIGNMENT) pqi_index_t
iq_ci
;
member
740
pqi_index_t __iomem *
iq_ci
;
member
765
pqi_index_t __iomem *
iq_ci
[2];
member
H
A
D
smartpqi_init.c
3512
pqi_index_t
iq_ci
;
in pqi_send_event_ack()
local
3524
iq_ci
= readl(queue_group->
iq_ci
[RAID_PATH]);
in pqi_send_event_ack()
3526
if (pqi_num_elements_free(iq_pi,
iq_ci
,
in pqi_send_event_ack()
4218
queue_group->
iq_ci
[RAID_PATH] = next_queue_index;
in pqi_alloc_operational_queues()
4226
queue_group->
iq_ci
[AIO_PATH] = next_queue_index;
in pqi_alloc_operational_queues()
4320
admin_queues->
iq_ci
=
in pqi_alloc_admin_queues()
4321
(pqi_index_t __iomem *)&admin_queues_aligned->
iq_ci
;
in pqi_alloc_admin_queues()
4335
((void __iomem *)admin_queues->
iq_ci
-
in pqi_alloc_admin_queues()
4472
pqi_index_t
iq_ci
;
in pqi_start_io()
local
6109
pqi_index_t
iq_ci
;
pqi_nonempty_inbound_queue_count()
local
[all...]
Completed in 25 milliseconds