Searched refs:this_timer (Results 1 – 2 of 2) sorted by relevance
282 unsigned long this_timer; in br_fdb_cleanup() local285 this_timer = f->updated + delay; in br_fdb_cleanup()286 if (time_before_eq(this_timer, jiffies)) in br_fdb_cleanup()288 else if (time_before(this_timer, next_timer)) in br_fdb_cleanup()289 next_timer = this_timer; in br_fdb_cleanup()
312 unsigned long this_timer; in tun_flow_cleanup() local314 this_timer = e->updated + delay; in tun_flow_cleanup()315 if (time_before_eq(this_timer, jiffies)) in tun_flow_cleanup()317 else if (time_before(this_timer, next_timer)) in tun_flow_cleanup()318 next_timer = this_timer; in tun_flow_cleanup()