Lines Matching refs:next_time
2704 unsigned long next_time; in fcoe_ctlr_vn_age() local
2707 next_time = jiffies + msecs_to_jiffies(FIP_VN_BEACON_INT * 10); in fcoe_ctlr_vn_age()
2725 } else if (time_before(deadline, next_time)) in fcoe_ctlr_vn_age()
2726 next_time = deadline; in fcoe_ctlr_vn_age()
2730 return next_time; in fcoe_ctlr_vn_age()
3083 unsigned long next_time; in fcoe_ctlr_vn_timeout() local
3093 next_time = jiffies + msecs_to_jiffies(FIP_VN_PROBE_WAIT); in fcoe_ctlr_vn_timeout()
3099 next_time = jiffies + msecs_to_jiffies(FIP_VN_ANN_WAIT); in fcoe_ctlr_vn_timeout()
3110 next_time = jiffies + msecs_to_jiffies(FIP_VN_ANN_WAIT); in fcoe_ctlr_vn_timeout()
3117 next_time = fip->sol_time + msecs_to_jiffies(FIP_VN_ANN_WAIT); in fcoe_ctlr_vn_timeout()
3118 if (time_after_eq(jiffies, next_time)) { in fcoe_ctlr_vn_timeout()
3123 next_time = jiffies + msecs_to_jiffies(FIP_VN_ANN_WAIT); in fcoe_ctlr_vn_timeout()
3124 fip->port_ka_time = next_time; in fcoe_ctlr_vn_timeout()
3129 next_time = fcoe_ctlr_vn_age(fip); in fcoe_ctlr_vn_timeout()
3138 if (time_before(fip->port_ka_time, next_time)) in fcoe_ctlr_vn_timeout()
3139 next_time = fip->port_ka_time; in fcoe_ctlr_vn_timeout()
3147 mod_timer(&fip->timer, next_time); in fcoe_ctlr_vn_timeout()