Searched defs:victim_sel_policy (Results 1 – 1 of 1) sorted by relevance
186 struct victim_sel_policy { struct187 int alloc_mode; /* LFS or SSR */188 int gc_mode; /* GC_CB or GC_GREEDY */189 unsigned long *dirty_bitmap; /* dirty segment/section bitmap */190 unsigned int max_search; /*194 unsigned int offset; /* last scanned bitmap offset */195 unsigned int ofs_unit; /* bitmap search unit */196 unsigned int min_cost; /* minimum cost */197 unsigned long long oldest_age; /* oldest age of segments having the same min cost */198 unsigned int min_segno; /* segment # having min. cost */[all …]