Searched refs:prune_timer (Results 1 – 2 of 2) sorted by relevance
368 del_timer_sync(&hsr->prune_timer); in hsr_dev_destroy()458 init_timer(&hsr->prune_timer); in hsr_dev_finalize()459 hsr->prune_timer.function = hsr_prune_nodes; in hsr_dev_finalize()460 hsr->prune_timer.data = (unsigned long) hsr; in hsr_dev_finalize()493 hsr->prune_timer.expires = jiffies + msecs_to_jiffies(PRUNE_PERIOD); in hsr_dev_finalize()494 add_timer(&hsr->prune_timer); in hsr_dev_finalize()
162 struct timer_list prune_timer; member