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:zone_index
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/
H
A
D
ssfdc.c
269
int
zone_index
;
in build_logical_block_map()
local
271
zone_index
= phys_block / MAX_PHYS_BLK_PER_ZONE;
in build_logical_block_map()
272
block_address +=
zone_index
* MAX_LOGIC_BLK_PER_ZONE;
in build_logical_block_map()
278
phys_block, block_address,
zone_index
);
in build_logical_block_map()
/kernel/linux/linux-6.6/drivers/mtd/
H
A
D
ssfdc.c
269
int
zone_index
;
in build_logical_block_map()
local
271
zone_index
= phys_block / MAX_PHYS_BLK_PER_ZONE;
in build_logical_block_map()
272
block_address +=
zone_index
* MAX_LOGIC_BLK_PER_ZONE;
in build_logical_block_map()
278
phys_block, block_address,
zone_index
);
in build_logical_block_map()
/kernel/linux/linux-6.6/mm/
H
A
D
mm_init.c
320
int
zone_index
;
in find_usable_zone_for_movable()
local
321
for (
zone_index
= MAX_NR_ZONES - 1;
zone_index
>= 0;
zone_index
--) {
in find_usable_zone_for_movable()
322
if (
zone_index
== ZONE_MOVABLE)
in find_usable_zone_for_movable()
325
if (arch_zone_highest_possible_pfn[
zone_index
] >
in find_usable_zone_for_movable()
326
arch_zone_lowest_possible_pfn[
zone_index
])
in find_usable_zone_for_movable()
330
VM_BUG_ON(
zone_index
== -1);
in find_usable_zone_for_movable()
331
movable_zone =
zone_index
;
in find_usable_zone_for_movable()
/kernel/linux/linux-5.10/mm/
H
A
D
page_alloc.c
6715
int
zone_index
;
in find_usable_zone_for_movable()
local
6716
for (
zone_index
= MAX_NR_ZONES - 1;
zone_index
>= 0;
zone_index
--) {
in find_usable_zone_for_movable()
6717
if (
zone_index
== ZONE_MOVABLE)
in find_usable_zone_for_movable()
6720
if (arch_zone_highest_possible_pfn[
zone_index
] >
in find_usable_zone_for_movable()
6721
arch_zone_lowest_possible_pfn[
zone_index
])
in find_usable_zone_for_movable()
6725
VM_BUG_ON(
zone_index
== -1);
in find_usable_zone_for_movable()
6726
movable_zone =
zone_index
;
in find_usable_zone_for_movable()
Completed in 16 milliseconds