Home
last modified time | relevance | path

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

/Linux-v4.19/net/bridge/
Dbr_fdb.c352 unsigned long this_timer; in br_fdb_cleanup() local
356 this_timer = f->updated + delay; in br_fdb_cleanup()
357 if (time_after(this_timer, now)) { in br_fdb_cleanup()
358 work_delay = min(work_delay, this_timer - now); in br_fdb_cleanup()
/Linux-v4.19/drivers/net/
Dtun.c502 unsigned long this_timer; in tun_flow_cleanup() local
504 this_timer = e->updated + delay; in tun_flow_cleanup()
505 if (time_before_eq(this_timer, jiffies)) { in tun_flow_cleanup()
510 if (time_before(this_timer, next_timer)) in tun_flow_cleanup()
511 next_timer = this_timer; in tun_flow_cleanup()