Home
last modified time | relevance | path

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

/freebsd/sys/dev/irdma/
H A Dirdma_cm.c1314 unsigned long nexttimeout = jiffies + IRDMA_LONG_TIME; in irdma_cm_timer_tick() local
1339 if (nexttimeout > close_entry->timetosend || in irdma_cm_timer_tick()
1341 nexttimeout = close_entry->timetosend; in irdma_cm_timer_tick()
1356 if (nexttimeout > send_entry->timetosend || in irdma_cm_timer_tick()
1358 nexttimeout = send_entry->timetosend; in irdma_cm_timer_tick()
1401 if (nexttimeout > send_entry->timetosend || !settimer) { in irdma_cm_timer_tick()
1402 nexttimeout = send_entry->timetosend; in irdma_cm_timer_tick()
1421 cm_core->tcp_timer.expires = nexttimeout; in irdma_cm_timer_tick()