Searched refs:IPSET_GC_PERIOD (Results 1 – 4 of 4) sorted by relevance
41 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()
573 map->gc.expires = jiffies + IPSET_GC_PERIOD(set->timeout) * HZ; in list_set_gc()583 mod_timer(&map->gc, jiffies + IPSET_GC_PERIOD(set->timeout) * HZ); in list_set_gc_init()
566 next_run = (IPSET_GC_PERIOD(set->timeout) * HZ) / numof_locks; in mtype_gc()
448 #define IPSET_GC_PERIOD(timeout) \ macro