Home
last modified time | relevance | path

Searched refs:next_timer (Results 1 – 5 of 5) sorted by relevance

/drivers/usb/chipidea/
A Dotg_fsm.c269 if ((next_timer == NUM_OTG_FSM_TIMERS) || in ci_otg_del_timer()
270 ktime_before(ci->hr_timeouts[next_timer], in ci_otg_del_timer()
272 next_timer = cur_timer; in ci_otg_del_timer()
276 if (next_timer != NUM_OTG_FSM_TIMERS) { in ci_otg_del_timer()
277 ci->next_otg_timer = next_timer; in ci_otg_del_timer()
403 if ((next_timer == NUM_OTG_FSM_TIMERS) || in ci_otg_hrtimer_func()
405 ci->hr_timeouts[next_timer])) in ci_otg_hrtimer_func()
406 next_timer = cur_timer; in ci_otg_hrtimer_func()
410 if (next_timer < NUM_OTG_FSM_TIMERS) { in ci_otg_hrtimer_func()
411 timeout = &ci->hr_timeouts[next_timer]; in ci_otg_hrtimer_func()
[all …]
/drivers/scsi/fcoe/
A Dfcoe_ctlr.c842 } else if (time_after(next_timer, deadline)) in fcoe_ctlr_age_fcfs()
843 next_timer = deadline; in fcoe_ctlr_age_fcfs()
859 if (time_after(next_timer, deadline)) in fcoe_ctlr_age_fcfs()
860 next_timer = deadline; in fcoe_ctlr_age_fcfs()
877 return next_timer; in fcoe_ctlr_age_fcfs()
1798 unsigned long next_timer; in fcoe_ctlr_timer_work() local
1810 next_timer = fcoe_ctlr_age_fcfs(fip); in fcoe_ctlr_timer_work()
1818 next_timer = fip->sel_time; in fcoe_ctlr_timer_work()
1832 next_timer = fip->ctlr_ka_time; in fcoe_ctlr_timer_work()
1840 next_timer = fip->port_ka_time; in fcoe_ctlr_timer_work()
[all …]
/drivers/net/ethernet/rocker/
A Drocker_ofdpa.c1989 unsigned long next_timer = jiffies + ofdpa->ageing_time; in ofdpa_fdb_cleanup() local
2008 } else if (time_before(expires, next_timer)) { in ofdpa_fdb_cleanup()
2009 next_timer = expires; in ofdpa_fdb_cleanup()
2015 mod_timer(&ofdpa->fdb_cleanup_timer, round_jiffies_up(next_timer)); in ofdpa_fdb_cleanup()
/drivers/net/
A Dtun.c383 unsigned long next_timer = jiffies + delay; in tun_flow_cleanup() local
401 if (time_before(this_timer, next_timer)) in tun_flow_cleanup()
402 next_timer = this_timer; in tun_flow_cleanup()
407 mod_timer(&tun->flow_gc_timer, round_jiffies_up(next_timer)); in tun_flow_cleanup()
/drivers/net/vxlan/
A Dvxlan_core.c2820 unsigned long next_timer = jiffies + FDB_AGE_INTERVAL; in vxlan_cleanup() local
2846 } else if (time_before(timeout, next_timer)) { in vxlan_cleanup()
2847 next_timer = timeout; in vxlan_cleanup()
2852 mod_timer(&vxlan->age_timer, next_timer); in vxlan_cleanup()

Completed in 31 milliseconds