Searched defs:victim_sel_policy (Results 1 – 1 of 1) sorted by relevance
184 struct victim_sel_policy { struct185 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 */[all …]