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:native_sectors
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
libata-core.c
1273
u64
native_sectors
;
in ata_hpa_resize()
local
1283
rc = ata_read_native_max_address(dev, &
native_sectors
);
in ata_hpa_resize()
1300
dev->n_native_sectors =
native_sectors
;
in ata_hpa_resize()
1303
if (
native_sectors
<= sectors || !unlock_hpa) {
in ata_hpa_resize()
1304
if (!print_info ||
native_sectors
== sectors)
in ata_hpa_resize()
1307
if (
native_sectors
> sectors)
in ata_hpa_resize()
1311
(unsigned long long)
native_sectors
);
in ata_hpa_resize()
1312
else if (
native_sectors
< sectors)
in ata_hpa_resize()
1315
(unsigned long long)
native_sectors
,
in ata_hpa_resize()
1321
rc = ata_set_max_sectors(dev,
native_sectors
);
in ata_hpa_resize()
[all...]
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
libata-core.c
1303
u64
native_sectors
;
in ata_hpa_resize()
local
1313
rc = ata_read_native_max_address(dev, &
native_sectors
);
in ata_hpa_resize()
1330
dev->n_native_sectors =
native_sectors
;
in ata_hpa_resize()
1333
if (
native_sectors
<= sectors || !unlock_hpa) {
in ata_hpa_resize()
1334
if (!print_info ||
native_sectors
== sectors)
in ata_hpa_resize()
1337
if (
native_sectors
> sectors)
in ata_hpa_resize()
1341
(unsigned long long)
native_sectors
);
in ata_hpa_resize()
1342
else if (
native_sectors
< sectors)
in ata_hpa_resize()
1345
(unsigned long long)
native_sectors
,
in ata_hpa_resize()
1351
rc = ata_set_max_sectors(dev,
native_sectors
);
in ata_hpa_resize()
[all...]
Completed in 10 milliseconds