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