Lines Matching defs:victim_sel_policy
184 struct victim_sel_policy { struct
185 int alloc_mode; /* LFS or SSR */
186 int gc_mode; /* GC_CB or GC_GREEDY */
187 unsigned long *dirty_bitmap; /* dirty segment/section bitmap */
188 unsigned int max_search; /*
192 unsigned int offset; /* last scanned bitmap offset */
193 unsigned int ofs_unit; /* bitmap search unit */
194 unsigned int min_cost; /* minimum cost */
195 unsigned long long oldest_age; /* oldest age of segments having the same min cost */
196 unsigned int min_segno; /* segment # having min. cost */
197 unsigned long long age; /* mtime of GCed section*/
198 unsigned long long age_threshold;/* age threshold */