Searched defs:victim_sel_policy (Results 1 – 1 of 1) sorted by relevance
166 struct victim_sel_policy { struct167 int alloc_mode; /* LFS or SSR */168 int gc_mode; /* GC_CB or GC_GREEDY */169 unsigned long *dirty_segmap; /* dirty segment bitmap */170 unsigned int max_search; /* maximum # of segments to search */171 unsigned int offset; /* last scanned bitmap offset */172 unsigned int ofs_unit; /* bitmap search unit */173 unsigned int min_cost; /* minimum cost */174 unsigned int min_segno; /* segment # having min. cost */