Searched refs:age_weight (Results 1 – 4 of 4) sorted by relevance
100 unsigned int age_weight = s->quota.weight_age; in damon_pageout_score() local123 hotness = (freq_weight * freq_subscore + age_weight * age_subscore); in damon_pageout_score()124 if (freq_weight + age_weight) in damon_pageout_score()125 hotness /= freq_weight + age_weight; in damon_pageout_score()
468 unsigned int age_weight = am->age_weight; in atgc_lookup_victim() local495 age_weight; in atgc_lookup_victim()502 (100 - age_weight); in atgc_lookup_victim()1850 am->age_weight = DEF_GC_THREAD_AGE_WEIGHT; in init_atgc_management()
533 sbi->am.age_weight = t; in __sbi_store()802 F2FS_RW_ATTR(ATGC_INFO, atgc_management, atgc_age_weight, age_weight);
1251 unsigned int age_weight; /* age weight, vblock_weight = 100 - age_weight */ member