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

/linux-4.1.27/net/bridge/
H A Dbr_fdb.c282 unsigned long this_timer; br_fdb_cleanup() local
285 this_timer = f->updated + delay; br_fdb_cleanup()
286 if (time_before_eq(this_timer, jiffies)) br_fdb_cleanup()
288 else if (time_before(this_timer, next_timer)) br_fdb_cleanup()
289 next_timer = this_timer; br_fdb_cleanup()
/linux-4.1.27/drivers/net/
H A Dtun.c312 unsigned long this_timer; tun_flow_cleanup() local
314 this_timer = e->updated + delay; tun_flow_cleanup()
315 if (time_before_eq(this_timer, jiffies)) tun_flow_cleanup()
317 else if (time_before(this_timer, next_timer)) tun_flow_cleanup()
318 next_timer = this_timer; tun_flow_cleanup()

Completed in 117 milliseconds