Lines Matching refs:next_time
2712 unsigned long next_time; in fcoe_ctlr_vn_age() local
2715 next_time = jiffies + msecs_to_jiffies(FIP_VN_BEACON_INT * 10); in fcoe_ctlr_vn_age()
2733 } else if (time_before(deadline, next_time)) in fcoe_ctlr_vn_age()
2734 next_time = deadline; in fcoe_ctlr_vn_age()
2738 return next_time; in fcoe_ctlr_vn_age()
3096 unsigned long next_time; in fcoe_ctlr_vn_timeout() local
3106 next_time = jiffies + msecs_to_jiffies(FIP_VN_PROBE_WAIT); in fcoe_ctlr_vn_timeout()
3112 next_time = jiffies + msecs_to_jiffies(FIP_VN_ANN_WAIT); in fcoe_ctlr_vn_timeout()
3123 next_time = jiffies + msecs_to_jiffies(FIP_VN_ANN_WAIT); in fcoe_ctlr_vn_timeout()
3130 next_time = fip->sol_time + msecs_to_jiffies(FIP_VN_ANN_WAIT); in fcoe_ctlr_vn_timeout()
3131 if (time_after_eq(jiffies, next_time)) { in fcoe_ctlr_vn_timeout()
3136 next_time = jiffies + msecs_to_jiffies(FIP_VN_ANN_WAIT); in fcoe_ctlr_vn_timeout()
3137 fip->port_ka_time = next_time; in fcoe_ctlr_vn_timeout()
3142 next_time = fcoe_ctlr_vn_age(fip); in fcoe_ctlr_vn_timeout()
3151 if (time_before(fip->port_ka_time, next_time)) in fcoe_ctlr_vn_timeout()
3152 next_time = fip->port_ka_time; in fcoe_ctlr_vn_timeout()
3160 mod_timer(&fip->timer, next_time); in fcoe_ctlr_vn_timeout()