Home
last modified time | relevance | path

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

/linux-4.1.27/net/bridge/
Dbr_fdb.c282 unsigned long this_timer; in br_fdb_cleanup() local
285 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()
/linux-4.1.27/drivers/net/
Dtun.c312 unsigned long this_timer; in tun_flow_cleanup() local
314 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()