Home
last modified time | relevance | path

Searched refs:this_timer (Results 1 – 2 of 2) sorted by relevance

/linux/net/bridge/
H A Dbr_fdb.c548 unsigned long this_timer = f->updated + delay; in br_fdb_cleanup() local
553 if (time_after(this_timer, now)) in br_fdb_cleanup()
555 this_timer - now); in br_fdb_cleanup()
563 if (time_after(this_timer, now)) { in br_fdb_cleanup()
564 work_delay = min(work_delay, this_timer - now); in br_fdb_cleanup()
/linux/drivers/net/
H A Dtun.c393 unsigned long this_timer; in tun_flow_cleanup() local
395 this_timer = e->updated + delay; in tun_flow_cleanup()
396 if (time_before_eq(this_timer, jiffies)) { in tun_flow_cleanup()
401 if (time_before(this_timer, next_timer)) in tun_flow_cleanup()
402 next_timer = this_timer; in tun_flow_cleanup()