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:nr_cpr
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
sd.c
3254
unsigned int
nr_cpr
= 0;
in sd_read_cpr()
local
3285
nr_cpr
= (vpd_len - 64) / 32;
in sd_read_cpr()
3286
if (
nr_cpr
== 1) {
in sd_read_cpr()
3287
nr_cpr
= 0;
in sd_read_cpr()
3291
iars = disk_alloc_independent_access_ranges(sdkp->disk,
nr_cpr
);
in sd_read_cpr()
3293
nr_cpr
= 0;
in sd_read_cpr()
3298
for (i = 0; i <
nr_cpr
; i++, desc += 32) {
in sd_read_cpr()
3302
nr_cpr
= 0;
in sd_read_cpr()
3312
if (
nr_cpr
&& sdkp->nr_actuators !=
nr_cpr
) {
in sd_read_cpr()
[all...]
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
libata-core.c
2733
int i,
nr_cpr
= 0;
in ata_dev_config_cpr()
local
2760
nr_cpr
= buf[0];
in ata_dev_config_cpr()
2761
if (!
nr_cpr
)
in ata_dev_config_cpr()
2764
cpr_log = kzalloc(struct_size(cpr_log, cpr,
nr_cpr
), GFP_KERNEL);
in ata_dev_config_cpr()
2768
cpr_log->
nr_cpr
=
nr_cpr
;
in ata_dev_config_cpr()
2770
for (i = 0; i <
nr_cpr
; i++, desc += 32) {
in ata_dev_config_cpr()
H
A
D
libata-scsi.c
2151
put_unaligned_be16(64 + (int)cpr_log->
nr_cpr
* 32 - 4, &rbuf[2]);
in ata_scsiop_inq_b9()
2153
for (i = 0; i < cpr_log->
nr_cpr
; i++, desc += 32) {
in ata_scsiop_inq_b9()
/kernel/linux/linux-6.6/include/linux/
H
A
D
libata.h
658
u8
nr_cpr
;
member
Completed in 26 milliseconds