Home
last modified time | relevance | path

Searched refs:DST_GC_INC (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/net/core/
Ddst.c128 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()
/linux-4.4.14/include/net/
Ddst.h21 #define DST_GC_INC (HZ/2) macro