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:age_weight
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/mm/damon/
H
A
D
ops-common.c
80
unsigned int
age_weight
= s->quota.weight_age;
in damon_hot_score()
local
103
hotness = (freq_weight * freq_subscore +
age_weight
* age_subscore);
in damon_hot_score()
104
if (freq_weight +
age_weight
)
in damon_hot_score()
105
hotness /= freq_weight +
age_weight
;
in damon_hot_score()
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
gc.c
467
unsigned int
age_weight
= am->
age_weight
;
in atgc_lookup_victim()
local
494
age_weight
;
in atgc_lookup_victim()
501
(100 -
age_weight
);
in atgc_lookup_victim()
1855
am->
age_weight
= DEF_GC_THREAD_AGE_WEIGHT;
in init_atgc_management()
H
A
D
f2fs.h
1209
unsigned int
age_weight
; /* age weight, vblock_weight = 100 -
age_weight
*/
member
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
gc.c
537
unsigned int
age_weight
= am->
age_weight
;
in atgc_lookup_victim()
local
562
age_weight
;
in atgc_lookup_victim()
569
(100 -
age_weight
);
in atgc_lookup_victim()
1967
am->
age_weight
= DEF_GC_THREAD_AGE_WEIGHT;
in init_atgc_management()
H
A
D
sysfs.c
632
sbi->am.
age_weight
= t;
in __sbi_store()
1006
ATGC_INFO_RW_ATTR(atgc_age_weight,
age_weight
);
H
A
D
f2fs.h
1275
unsigned int
age_weight
; /* age weight, vblock_weight = 100 -
age_weight
*/
member
Completed in 25 milliseconds