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:row_cnt
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
hpsa_cmd.h
242
__le16
row_cnt
; /* rows in each layout map */
member
H
A
D
hpsa.c
1704
int nraid_map_entries = le16_to_cpu(map->
row_cnt
) *
in hpsa_figure_phys_disk_ptrs()
3234
u16 map_cnt,
row_cnt
, disks_per_row;
in hpsa_debug_map_buff()
local
3263
dev_info(&h->pdev->dev, "
row_cnt
= %u\n",
in hpsa_debug_map_buff()
3264
le16_to_cpu(map_buff->
row_cnt
));
in hpsa_debug_map_buff()
3277
row_cnt
= le16_to_cpu(map_buff->
row_cnt
);
in hpsa_debug_map_buff()
3278
for (row = 0; row <
row_cnt
; row++) {
in hpsa_debug_map_buff()
5257
le16_to_cpu(map->
row_cnt
);
in hpsa_scsi_ioaccel_raid_map()
5387
le16_to_cpu(map->
row_cnt
);
in hpsa_scsi_ioaccel_raid_map()
5390
(le16_to_cpu(map->
row_cnt
) * total_disks_per_ro
in hpsa_scsi_ioaccel_raid_map()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
hpsa_cmd.h
245
__le16
row_cnt
; /* rows in each layout map */
member
H
A
D
hpsa.c
1710
int nraid_map_entries = le16_to_cpu(map->
row_cnt
) *
in hpsa_figure_phys_disk_ptrs()
3238
u16 map_cnt,
row_cnt
, disks_per_row;
in hpsa_debug_map_buff()
local
3267
dev_info(&h->pdev->dev, "
row_cnt
= %u\n",
in hpsa_debug_map_buff()
3268
le16_to_cpu(map_buff->
row_cnt
));
in hpsa_debug_map_buff()
3281
row_cnt
= le16_to_cpu(map_buff->
row_cnt
);
in hpsa_debug_map_buff()
3282
for (row = 0; row <
row_cnt
; row++) {
in hpsa_debug_map_buff()
5253
le16_to_cpu(map->
row_cnt
);
in hpsa_scsi_ioaccel_raid_map()
5383
le16_to_cpu(map->
row_cnt
);
in hpsa_scsi_ioaccel_raid_map()
5386
(le16_to_cpu(map->
row_cnt
) * total_disks_per_ro
in hpsa_scsi_ioaccel_raid_map()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/smartpqi/
H
A
D
smartpqi.h
898
__le16
row_cnt
; /* rows in each layout map */
member
H
A
D
smartpqi_init.c
2382
get_unaligned_le16(&raid_map->
row_cnt
);
in pqi_raid_bypass_submit_scsi_cmd()
2515
get_unaligned_le16(&raid_map->
row_cnt
);
in pqi_raid_bypass_submit_scsi_cmd()
2518
(get_unaligned_le16(&raid_map->
row_cnt
) *
in pqi_raid_bypass_submit_scsi_cmd()
/kernel/linux/linux-6.6/drivers/scsi/smartpqi/
H
A
D
smartpqi.h
1018
__le16
row_cnt
; /* rows in each layout map */
member
H
A
D
smartpqi_init.c
2790
get_unaligned_le16(&raid_map->
row_cnt
);
in pci_get_aio_common_raid_map_values()
2882
get_unaligned_le16(&raid_map->
row_cnt
);
in pqi_calc_aio_r5_or_r6()
2885
(get_unaligned_le16(&raid_map->
row_cnt
) *
in pqi_calc_aio_r5_or_r6()
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H
A
D
exported-sql-viewer.py
3933
row_cnt
= 0
3952
row_cnt
+= 1
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H
A
D
exported-sql-viewer.py
3934
row_cnt
= 0
3953
row_cnt
+= 1
Completed in 66 milliseconds