Searched refs:this_timer (Results 1 – 2 of 2) sorted by relevance
537 unsigned long this_timer = f->updated + delay; in br_fdb_cleanup() local542 if (time_after(this_timer, now)) in br_fdb_cleanup()544 this_timer - now); in br_fdb_cleanup()552 if (time_after(this_timer, now)) { in br_fdb_cleanup()553 work_delay = min(work_delay, this_timer - now); in br_fdb_cleanup()
455 unsigned long this_timer; in tun_flow_cleanup() local457 this_timer = e->updated + delay; in tun_flow_cleanup()458 if (time_before_eq(this_timer, jiffies)) { in tun_flow_cleanup()463 if (time_before(this_timer, next_timer)) in tun_flow_cleanup()464 next_timer = this_timer; in tun_flow_cleanup()