Lines Matching refs:next_time
2696 unsigned long next_time; in fcoe_ctlr_vn_age() local
2699 next_time = jiffies + msecs_to_jiffies(FIP_VN_BEACON_INT * 10); in fcoe_ctlr_vn_age()
2717 } else if (time_before(deadline, next_time)) in fcoe_ctlr_vn_age()
2718 next_time = deadline; in fcoe_ctlr_vn_age()
2722 return next_time; in fcoe_ctlr_vn_age()
3075 unsigned long next_time; in fcoe_ctlr_vn_timeout() local
3085 next_time = jiffies + msecs_to_jiffies(FIP_VN_PROBE_WAIT); in fcoe_ctlr_vn_timeout()
3091 next_time = jiffies + msecs_to_jiffies(FIP_VN_ANN_WAIT); in fcoe_ctlr_vn_timeout()
3102 next_time = jiffies + msecs_to_jiffies(FIP_VN_ANN_WAIT); in fcoe_ctlr_vn_timeout()
3109 next_time = fip->sol_time + msecs_to_jiffies(FIP_VN_ANN_WAIT); in fcoe_ctlr_vn_timeout()
3110 if (time_after_eq(jiffies, next_time)) { in fcoe_ctlr_vn_timeout()
3115 next_time = jiffies + msecs_to_jiffies(FIP_VN_ANN_WAIT); in fcoe_ctlr_vn_timeout()
3116 fip->port_ka_time = next_time; in fcoe_ctlr_vn_timeout()
3121 next_time = fcoe_ctlr_vn_age(fip); in fcoe_ctlr_vn_timeout()
3130 if (time_before(fip->port_ka_time, next_time)) in fcoe_ctlr_vn_timeout()
3131 next_time = fip->port_ka_time; in fcoe_ctlr_vn_timeout()
3139 mod_timer(&fip->timer, next_time); in fcoe_ctlr_vn_timeout()