Searched refs:GC_GREEDY (Results 1 – 3 of 3) sorted by relevance
134 int gc_mode = (gc_type == BG_GC) ? GC_CB : GC_GREEDY; in select_gc_type()140 gc_mode = GC_GREEDY; in select_gc_type()151 p->gc_mode = GC_GREEDY; in select_policy()174 if (p->gc_mode == GC_GREEDY) in get_max_cost()240 if (p->gc_mode == GC_GREEDY) in get_gc_cost()
133 GC_GREEDY enumerator
23 TRACE_DEFINE_ENUM(GC_GREEDY);103 { GC_GREEDY, "Greedy" }, \