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:isolate_start_pfn
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/mm/
H
A
D
compaction.c
716
unsigned long
isolate_start_pfn
= pfn;
in isolate_freepages_range()
local
735
isolated = isolate_freepages_block(cc, &
isolate_start_pfn
,
in isolate_freepages_range()
1464
unsigned long
isolate_start_pfn
; /* exact pfn we start at */
in isolate_freepages()
local
1471
isolate_start_pfn
= fast_isolate_freepages(cc);
in isolate_freepages()
1486
isolate_start_pfn
= cc->free_pfn;
in isolate_freepages()
1487
block_start_pfn = pageblock_start_pfn(
isolate_start_pfn
);
in isolate_freepages()
1501
isolate_start_pfn
= block_start_pfn) {
in isolate_freepages()
1525
nr_isolated = isolate_freepages_block(cc, &
isolate_start_pfn
,
in isolate_freepages()
1529
if (
isolate_start_pfn
== block_end_pfn)
in isolate_freepages()
1534
if (
isolate_start_pfn
>
in isolate_freepages()
[all...]
/kernel/linux/linux-6.6/mm/
H
A
D
compaction.c
738
unsigned long
isolate_start_pfn
= pfn;
in isolate_freepages_range()
local
756
isolated = isolate_freepages_block(cc, &
isolate_start_pfn
,
in isolate_freepages_range()
1643
unsigned long
isolate_start_pfn
; /* exact pfn we start at */
in isolate_freepages()
local
1665
isolate_start_pfn
= cc->free_pfn;
in isolate_freepages()
1666
block_start_pfn = pageblock_start_pfn(
isolate_start_pfn
);
in isolate_freepages()
1680
isolate_start_pfn
= block_start_pfn) {
in isolate_freepages()
1711
nr_isolated = isolate_freepages_block(cc, &
isolate_start_pfn
,
in isolate_freepages()
1715
if (
isolate_start_pfn
== block_end_pfn)
in isolate_freepages()
1721
if (
isolate_start_pfn
>= block_end_pfn) {
in isolate_freepages()
1726
isolate_start_pfn
in isolate_freepages()
[all...]
Completed in 6 milliseconds