Searched refs:DST_GC_INC (Results 1 – 2 of 2) sorted by relevance
128 dst_garbage.timer_inc += DST_GC_INC; in dst_gc_task()130 dst_garbage.timer_inc = DST_GC_INC; in dst_gc_task()238 if (dst_garbage.timer_inc > DST_GC_INC) { in __dst_free()239 dst_garbage.timer_inc = DST_GC_INC; in __dst_free()
21 #define DST_GC_INC (HZ/2) macro