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:movable_zone
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/mm/
H
A
D
memory_hotplug.c
750
struct zone *
movable_zone
= &NODE_DATA(nid)->node_zones[ZONE_MOVABLE];
in default_zone_for_pfn()
local
752
bool in_movable = zone_intersects(
movable_zone
, start_pfn, nr_pages);
in default_zone_for_pfn()
759
return (in_kernel) ? kernel_zone :
movable_zone
;
in default_zone_for_pfn()
766
return movable_node_enabled ?
movable_zone
: kernel_zone;
in default_zone_for_pfn()
H
A
D
page_alloc.c
385
/*
movable_zone
is the "real" zone pages in ZONE_MOVABLE are taken from */
386
int
movable_zone
;
variable
387
EXPORT_SYMBOL(
movable_zone
);
variable
6726
movable_zone
= zone_index;
in find_usable_zone_for_movable()
6752
arch_zone_highest_possible_pfn[
movable_zone
]);
in adjust_zone_range_for_zone_movable()
7377
/* Need to find
movable_zone
earlier when movable_node is specified. */
in find_zone_movable_pfns_for_nodes()
7472
usable_startpfn = arch_zone_lowest_possible_pfn[
movable_zone
];
in find_zone_movable_pfns_for_nodes()
/kernel/linux/linux-5.10/include/linux/
H
A
D
mmzone.h
967
extern int
movable_zone
;
973
return
movable_zone
== ZONE_HIGHMEM;
in zone_movable_is_highmem()
/kernel/linux/linux-6.6/include/linux/
H
A
D
mmzone.h
1561
extern int
movable_zone
;
1567
(idx == ZONE_MOVABLE &&
movable_zone
== ZONE_HIGHMEM));
in is_highmem_idx()
/kernel/linux/linux-6.6/mm/
H
A
D
memory_hotplug.c
1029
struct zone *
movable_zone
= &NODE_DATA(nid)->node_zones[ZONE_MOVABLE];
in default_zone_for_pfn()
local
1031
bool in_movable = zone_intersects(
movable_zone
, start_pfn, nr_pages);
in default_zone_for_pfn()
1038
return (in_kernel) ? kernel_zone :
movable_zone
;
in default_zone_for_pfn()
1045
return movable_node_enabled ?
movable_zone
: kernel_zone;
in default_zone_for_pfn()
H
A
D
mm_init.c
331
movable_zone
= zone_index;
in find_usable_zone_for_movable()
351
/* Need to find
movable_zone
earlier when movable_node is specified. */
in find_zone_movable_pfns_for_nodes()
456
usable_startpfn = arch_zone_lowest_possible_pfn[
movable_zone
];
in find_zone_movable_pfns_for_nodes()
1128
arch_zone_highest_possible_pfn[
movable_zone
]);
in adjust_zone_range_for_zone_movable()
H
A
D
page_alloc.c
299
/*
movable_zone
is the "real" zone pages in ZONE_MOVABLE are taken from */
300
int
movable_zone
;
variable
301
EXPORT_SYMBOL(
movable_zone
);
variable
Completed in 39 milliseconds