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:ioadl_count
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
pmcraid.c
3092
int
ioadl_count
= 0;
in pmcraid_init_ioadls()
local
3095
ioadl_count
= DIV_ROUND_UP(le16_to_cpu(ioarcb->add_cmd_param_length), 16);
in pmcraid_init_ioadls()
3098
if ((sgcount +
ioadl_count
) > (ARRAY_SIZE(ioarcb->add_data.u.ioadl))) {
in pmcraid_init_ioadls()
3114
add_data.u.ioadl[
ioadl_count
]));
in pmcraid_init_ioadls()
3116
ioadl = &ioarcb->add_data.u.ioadl[
ioadl_count
];
in pmcraid_init_ioadls()
3118
cpu_to_le64(DIV_ROUND_CLOSEST(sgcount +
ioadl_count
, 8));
in pmcraid_init_ioadls()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
pmcraid.c
3099
int
ioadl_count
= 0;
in pmcraid_init_ioadls()
local
3102
ioadl_count
= DIV_ROUND_UP(le16_to_cpu(ioarcb->add_cmd_param_length), 16);
in pmcraid_init_ioadls()
3105
if ((sgcount +
ioadl_count
) > (ARRAY_SIZE(ioarcb->add_data.u.ioadl))) {
in pmcraid_init_ioadls()
3121
add_data.u.ioadl[
ioadl_count
]));
in pmcraid_init_ioadls()
3123
ioadl = &ioarcb->add_data.u.ioadl[
ioadl_count
];
in pmcraid_init_ioadls()
3125
cpu_to_le64(DIV_ROUND_CLOSEST(sgcount +
ioadl_count
, 8));
in pmcraid_init_ioadls()
Completed in 11 milliseconds