Searched refs:nexttimeout (Results 1 – 1 of 1) sorted by relevance
966 unsigned long nexttimeout = jiffies + NES_LONG_TIME; in nes_cm_timer_tick() local998 if (nexttimeout > recv_entry->timetosend || in nes_cm_timer_tick()1000 nexttimeout = recv_entry->timetosend; in nes_cm_timer_tick()1015 if ((nexttimeout > in nes_cm_timer_tick()1018 nexttimeout = in nes_cm_timer_tick()1068 nexttimeout = jiffies + NES_SHORT_TIME; in nes_cm_timer_tick()1085 if (nexttimeout > send_entry->timetosend || in nes_cm_timer_tick()1087 nexttimeout = send_entry->timetosend; in nes_cm_timer_tick()1109 mod_timer(&cm_core->tcp_timer, nexttimeout); in nes_cm_timer_tick()