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