Home
last modified time | relevance | path

Searched refs:nexttimeout (Results 1 – 1 of 1) sorted by relevance

/src/sys/dev/irdma/
H A Dirdma_cm.c1421 unsigned long nexttimeout = jiffies + IRDMA_LONG_TIME; in irdma_cm_timer_tick() local
1446 if (nexttimeout > close_entry->timetosend || in irdma_cm_timer_tick()
1448 nexttimeout = close_entry->timetosend; in irdma_cm_timer_tick()
1463 if (nexttimeout > send_entry->timetosend || in irdma_cm_timer_tick()
1465 nexttimeout = send_entry->timetosend; in irdma_cm_timer_tick()
1510 if (nexttimeout > send_entry->timetosend || !settimer) { in irdma_cm_timer_tick()
1511 nexttimeout = send_entry->timetosend; in irdma_cm_timer_tick()
1530 cm_core->tcp_timer.expires = nexttimeout; in irdma_cm_timer_tick()