Searched defs:atgc_management (Results 1 – 1 of 1) sorted by relevance
1264 struct atgc_management { struct1265 bool atgc_enabled; /* ATGC is enabled or not */1266 struct rb_root_cached root; /* root of victim rb-tree */1267 struct list_head victim_list; /* linked with all victim entries */1268 unsigned int victim_count; /* victim count in rb-tree */1269 unsigned int candidate_ratio; /* candidate ratio */1270 unsigned int max_candidate_count; /* max candidate count */1271 unsigned int age_weight; /* age weight, vblock_weight = 100 - age_weight */1272 unsigned long long age_threshold; /* age threshold */