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:mm_stats
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_cs.c
256
if (us <= 0 || !adev->
mm_stats
.log2_max_MBps)
in us_to_bytes()
262
return us << adev->
mm_stats
.log2_max_MBps;
in us_to_bytes()
267
if (!adev->
mm_stats
.log2_max_MBps)
in bytes_to_us()
270
return bytes >> adev->
mm_stats
.log2_max_MBps;
in bytes_to_us()
302
if (!adev->
mm_stats
.log2_max_MBps) {
in amdgpu_cs_get_threshold_for_moves()
312
spin_lock(&adev->
mm_stats
.lock);
in amdgpu_cs_get_threshold_for_moves()
316
increment_us = time_us - adev->
mm_stats
.last_update_us;
in amdgpu_cs_get_threshold_for_moves()
317
adev->
mm_stats
.last_update_us = time_us;
in amdgpu_cs_get_threshold_for_moves()
318
adev->
mm_stats
.accum_us = min(adev->
mm_stats
in amdgpu_cs_get_threshold_for_moves()
[all...]
H
A
D
amdgpu.h
845
}
mm_stats
;
member
H
A
D
amdgpu_device.c
3262
spin_lock_init(&adev->
mm_stats
.lock);
in amdgpu_device_init()
3474
adev->
mm_stats
.log2_max_MBps = ilog2(max(1u, max_MBps));
in amdgpu_device_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_cs.c
644
if (us <= 0 || !adev->
mm_stats
.log2_max_MBps)
in us_to_bytes()
650
return us << adev->
mm_stats
.log2_max_MBps;
in us_to_bytes()
655
if (!adev->
mm_stats
.log2_max_MBps)
in bytes_to_us()
658
return bytes >> adev->
mm_stats
.log2_max_MBps;
in bytes_to_us()
689
if (!adev->
mm_stats
.log2_max_MBps) {
in amdgpu_cs_get_threshold_for_moves()
699
spin_lock(&adev->
mm_stats
.lock);
in amdgpu_cs_get_threshold_for_moves()
703
increment_us = time_us - adev->
mm_stats
.last_update_us;
in amdgpu_cs_get_threshold_for_moves()
704
adev->
mm_stats
.last_update_us = time_us;
in amdgpu_cs_get_threshold_for_moves()
705
adev->
mm_stats
.accum_us = min(adev->
mm_stats
in amdgpu_cs_get_threshold_for_moves()
[all...]
H
A
D
amdgpu.h
879
}
mm_stats
;
member
H
A
D
amdgpu_device.c
3583
spin_lock_init(&adev->
mm_stats
.lock);
in amdgpu_device_init()
3826
adev->
mm_stats
.log2_max_MBps = ilog2(max(1u, max_MBps));
in amdgpu_device_init()
/kernel/linux/linux-6.6/mm/
H
A
D
vmscan.c
3505
lruvec->mm_state.stats[hist][i] + walk->
mm_stats
[i]);
in reset_mm_stats()
3506
walk->
mm_stats
[i] = 0;
in reset_mm_stats()
3992
walk->
mm_stats
[MM_LEAF_TOTAL]++;
in walk_pte_range()
3999
walk->
mm_stats
[MM_LEAF_OLD]++;
in walk_pte_range()
4011
walk->
mm_stats
[MM_LEAF_YOUNG]++;
in walk_pte_range()
4091
walk->
mm_stats
[MM_LEAF_YOUNG]++;
in walk_pmd_range_locked()
4146
walk->
mm_stats
[MM_LEAF_TOTAL]++;
in walk_pmd_range()
4155
walk->
mm_stats
[MM_LEAF_TOTAL]++;
in walk_pmd_range()
4158
walk->
mm_stats
[MM_LEAF_OLD]++;
in walk_pmd_range()
4170
walk->
mm_stats
[MM_NONLEAF_TOTA
in walk_pmd_range()
[all...]
/kernel/linux/linux-6.6/include/linux/
H
A
D
mmzone.h
512
int
mm_stats
[NR_MM_STATS];
member
Completed in 31 milliseconds