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