Searched refs:IPSET_GC_PERIOD (Results 1 – 4 of 4) sorted by relevance
44 mod_timer(&map->gc, jiffies + IPSET_GC_PERIOD(set->timeout) * HZ); in mtype_gc_init()287 map->gc.expires = jiffies + IPSET_GC_PERIOD(set->timeout) * HZ; in mtype_gc()
581 map->gc.expires = jiffies + IPSET_GC_PERIOD(set->timeout) * HZ; in list_set_gc() 591 mod_timer(&map->gc, jiffies + IPSET_GC_PERIOD(set->timeout) * HZ); in list_set_gc_init()
578 next_run = (IPSET_GC_PERIOD(set->timeout) * HZ) / numof_locks; in mtype_gc()
452 #define IPSET_GC_PERIOD(timeout) \ macro