Home
last modified time | relevance | path

Searched refs:age_weight (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/mm/damon/
H A Dops-common.c80 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()
/openbmc/linux/fs/f2fs/
H A Dgc.c539 unsigned int age_weight = am->age_weight; in atgc_lookup_victim() local
564 age_weight; in atgc_lookup_victim()
571 (100 - age_weight); in atgc_lookup_victim()
1978 am->age_weight = DEF_GC_THREAD_AGE_WEIGHT; in init_atgc_management()
H A Dsysfs.c638 sbi->am.age_weight = t; in __sbi_store()
1012 ATGC_INFO_RW_ATTR(atgc_age_weight, age_weight);
H A Df2fs.h1281 unsigned int age_weight; /* age weight, vblock_weight = 100 - age_weight */ member