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:last_vma_end
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/proc/
H
A
D
task_mmu.c
887
unsigned long
last_vma_end
= 0;
in show_smaps_rollup()
local
910
last_vma_end
= vma->vm_end;
in show_smaps_rollup()
937
*
last_vma_end
= 16k
in show_smaps_rollup()
954
* 4) (
last_vma_end
- 1) is the middle of a vma (VMA'):
in show_smaps_rollup()
957
* contains
last_vma_end
.
in show_smaps_rollup()
958
* Iterate VMA' from
last_vma_end
.
in show_smaps_rollup()
960
vma = find_vma(mm,
last_vma_end
- 1);
in show_smaps_rollup()
966
if (vma->vm_start >=
last_vma_end
)
in show_smaps_rollup()
970
if (vma->vm_end >
last_vma_end
)
in show_smaps_rollup()
971
smap_gather_stats(vma, &mss,
last_vma_end
);
in show_smaps_rollup()
[all...]
/kernel/linux/linux-6.6/fs/proc/
H
A
D
task_mmu.c
897
unsigned long vma_start = 0,
last_vma_end
= 0;
in show_smaps_rollup()
local
925
last_vma_end
= vma->vm_end;
in show_smaps_rollup()
953
*
last_vma_end
= 16k
in show_smaps_rollup()
970
* 4) (
last_vma_end
- 1) is the middle of a vma (VMA'):
in show_smaps_rollup()
973
* contains
last_vma_end
.
in show_smaps_rollup()
974
* Iterate VMA' from
last_vma_end
.
in show_smaps_rollup()
982
if (vma->vm_start >=
last_vma_end
)
in show_smaps_rollup()
986
if (vma->vm_end >
last_vma_end
)
in show_smaps_rollup()
987
smap_gather_stats(vma, &mss,
last_vma_end
);
in show_smaps_rollup()
992
show_vma_header_prefix(m, vma_start,
last_vma_end
,
in show_smaps_rollup()
[all...]
Completed in 8 milliseconds