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:second_gap
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/mm/damon/
H
A
D
vaddr.c
119
struct damon_addr_range first_gap = {0},
second_gap
= {0};
in __damon_va_three_regions()
local
125
* Find the two biggest gaps so that first_gap >
second_gap
> others.
in __damon_va_three_regions()
139
second_gap
= first_gap;
in __damon_va_three_regions()
142
} else if (gap > sz_range(&
second_gap
)) {
in __damon_va_three_regions()
143
second_gap
.start = prev->vm_end;
in __damon_va_three_regions()
144
second_gap
.end = vma->vm_start;
in __damon_va_three_regions()
150
if (!sz_range(&
second_gap
) || !sz_range(&first_gap))
in __damon_va_three_regions()
154
if (first_gap.start >
second_gap
.start)
in __damon_va_three_regions()
155
swap(first_gap,
second_gap
);
in __damon_va_three_regions()
161
regions[1].end = ALIGN(
second_gap
in __damon_va_three_regions()
[all...]
Completed in 1 milliseconds