Searched refs:this_timer (Results 1 – 2 of 2) sorted by relevance
305 unsigned long this_timer; in br_fdb_cleanup() local310 this_timer = f->updated + delay; in br_fdb_cleanup()311 if (time_before_eq(this_timer, jiffies)) in br_fdb_cleanup()313 else if (time_before(this_timer, next_timer)) in br_fdb_cleanup()314 next_timer = this_timer; in br_fdb_cleanup()
366 unsigned long this_timer; in tun_flow_cleanup() local368 this_timer = e->updated + delay; in tun_flow_cleanup()369 if (time_before_eq(this_timer, jiffies)) in tun_flow_cleanup()371 else if (time_before(this_timer, next_timer)) in tun_flow_cleanup()372 next_timer = this_timer; in tun_flow_cleanup()