Searched refs:DST_GC_INC (Results 1 – 2 of 2) sorted by relevance
72 dst_gc_timer_inc += DST_GC_INC; in dst_run_gc()134 if (dst_gc_timer_inc > DST_GC_INC) { in __dst_free()135 dst_gc_timer_inc = DST_GC_INC; in __dst_free()
22 #define DST_GC_INC (HZ/2) macro