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:arr_index
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/
H
A
D
mv_xor_v2.c
195
int
arr_index
= ((index >> 1) * 3);
in mv_xor_v2_set_data_buffers()
local
209
desc->data_buff_addr[
arr_index
] = lower_32_bits(src);
in mv_xor_v2_set_data_buffers()
211
desc->data_buff_addr[
arr_index
+ 2] &= ~0xFFFF;
in mv_xor_v2_set_data_buffers()
212
desc->data_buff_addr[
arr_index
+ 2] |=
in mv_xor_v2_set_data_buffers()
215
desc->data_buff_addr[
arr_index
+ 1] =
in mv_xor_v2_set_data_buffers()
218
desc->data_buff_addr[
arr_index
+ 2] &= ~0xFFFF0000;
in mv_xor_v2_set_data_buffers()
219
desc->data_buff_addr[
arr_index
+ 2] |=
in mv_xor_v2_set_data_buffers()
/kernel/linux/linux-6.6/drivers/dma/
H
A
D
mv_xor_v2.c
195
int
arr_index
= ((index >> 1) * 3);
in mv_xor_v2_set_data_buffers()
local
209
desc->data_buff_addr[
arr_index
] = lower_32_bits(src);
in mv_xor_v2_set_data_buffers()
211
desc->data_buff_addr[
arr_index
+ 2] &= ~0xFFFF;
in mv_xor_v2_set_data_buffers()
212
desc->data_buff_addr[
arr_index
+ 2] |=
in mv_xor_v2_set_data_buffers()
215
desc->data_buff_addr[
arr_index
+ 1] =
in mv_xor_v2_set_data_buffers()
218
desc->data_buff_addr[
arr_index
+ 2] &= ~0xFFFF0000;
in mv_xor_v2_set_data_buffers()
219
desc->data_buff_addr[
arr_index
+ 2] |=
in mv_xor_v2_set_data_buffers()
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/ehea/
H
A
D
ehea_phyp.c
535
u64
arr_index
= 0;
in ehea_h_query_ehea_port()
local
544
arr_index
, /* R7 */
in ehea_h_query_ehea_port()
555
u64
arr_index
= 0;
in ehea_h_modify_ehea_port()
local
568
arr_index
, /* R7 */
in ehea_h_modify_ehea_port()
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/ehea/
H
A
D
ehea_phyp.c
535
u64
arr_index
= 0;
in ehea_h_query_ehea_port()
local
544
arr_index
, /* R7 */
in ehea_h_query_ehea_port()
555
u64
arr_index
= 0;
in ehea_h_modify_ehea_port()
local
568
arr_index
, /* R7 */
in ehea_h_modify_ehea_port()
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/
H
A
D
be_main.c
3886
unsigned int
arr_index
, i, idx;
in beiscsi_init_sgl_handle()
local
3920
arr_index
= 0;
in beiscsi_init_sgl_handle()
3927
if (
arr_index
< phba->params.ios_per_ctrl) {
in beiscsi_init_sgl_handle()
3928
phba->io_sgl_hndl_base[
arr_index
] = psgl_handle;
in beiscsi_init_sgl_handle()
3930
arr_index
++;
in beiscsi_init_sgl_handle()
3932
phba->eh_sgl_hndl_base[
arr_index
-
in beiscsi_init_sgl_handle()
3935
arr_index
++;
in beiscsi_init_sgl_handle()
3960
arr_index
= 0;
in beiscsi_init_sgl_handle()
3969
if (
arr_index
< phba->params.ios_per_ctrl)
in beiscsi_init_sgl_handle()
3970
psgl_handle = phba->io_sgl_hndl_base[
arr_index
];
in beiscsi_init_sgl_handle()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/
H
A
D
be_main.c
3896
unsigned int
arr_index
, i, idx;
in beiscsi_init_sgl_handle()
local
3930
arr_index
= 0;
in beiscsi_init_sgl_handle()
3937
if (
arr_index
< phba->params.ios_per_ctrl) {
in beiscsi_init_sgl_handle()
3938
phba->io_sgl_hndl_base[
arr_index
] = psgl_handle;
in beiscsi_init_sgl_handle()
3940
arr_index
++;
in beiscsi_init_sgl_handle()
3942
phba->eh_sgl_hndl_base[
arr_index
-
in beiscsi_init_sgl_handle()
3945
arr_index
++;
in beiscsi_init_sgl_handle()
3970
arr_index
= 0;
in beiscsi_init_sgl_handle()
3979
if (
arr_index
< phba->params.ios_per_ctrl)
in beiscsi_init_sgl_handle()
3980
psgl_handle = phba->io_sgl_hndl_base[
arr_index
];
in beiscsi_init_sgl_handle()
[all...]
Completed in 16 milliseconds