Searched defs:victim_sel_policy (Results 1 – 1 of 1) sorted by relevance
149 struct victim_sel_policy { struct150 int alloc_mode; /* LFS or SSR */151 int gc_mode; /* GC_CB or GC_GREEDY */152 unsigned long *dirty_segmap; /* dirty segment bitmap */153 unsigned int max_search; /* maximum # of segments to search */154 unsigned int offset; /* last scanned bitmap offset */155 unsigned int ofs_unit; /* bitmap search unit */156 unsigned int min_cost; /* minimum cost */157 unsigned int min_segno; /* segment # having min. cost */