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