Searched refs:gc_mode (Results 1 – 2 of 2) sorted by relevance
163 int gc_mode = (gc_type == BG_GC) ? GC_CB : GC_GREEDY; in select_gc_type() local166 return gc_mode; in select_gc_type()170 gc_mode = GC_CB; in select_gc_type()172 gc_mode = GC_GREEDY; in select_gc_type()175 gc_mode = GC_GREEDY; in select_gc_type()176 return gc_mode; in select_gc_type()185 p->gc_mode = GC_GREEDY; in select_policy()190 p->gc_mode = select_gc_type(sbi->gc_thread, gc_type); in select_policy()207 p->offset = SIT_I(sbi)->last_victim[p->gc_mode]; in select_policy()216 if (p->gc_mode == GC_GREEDY) in get_max_cost()[all …]
171 int gc_mode; /* GC_CB or GC_GREEDY */ member