Lines Matching refs:resend_at

140 			     unsigned long resend_at)  in rxrpc_set_resend()  argument
154 mod_timer(&call->resend_timer, resend_at); in rxrpc_set_resend()
172 unsigned long *p_txb, resend_at; in rxrpc_resend() local
183 resend_at = 0; in rxrpc_resend()
211 sp->resend_at = jiffies + 3; in rxrpc_resend()
213 sp->resend_at = in rxrpc_resend()
218 if (time_after_eq(jiffies + 1, sp->resend_at)) { in rxrpc_resend()
222 if (time_before(sp->resend_at, resend_at)) in rxrpc_resend()
223 resend_at = sp->resend_at; in rxrpc_resend()
225 resend_at = sp->resend_at; in rxrpc_resend()
230 rxrpc_set_resend(call, resend, resend_at); in rxrpc_resend()
241 unsigned long *p_txb, resend_at; in rxrpc_resend_timer() local
252 resend_at = 0; in rxrpc_resend_timer()
267 } else if (time_after_eq(jiffies + 1, sp->resend_at)) { in rxrpc_resend_timer()
271 if (time_before(sp->resend_at, resend_at)) in rxrpc_resend_timer()
272 resend_at = sp->resend_at; in rxrpc_resend_timer()
274 resend_at = sp->resend_at; in rxrpc_resend_timer()
279 rxrpc_set_resend(call, resend, resend_at); in rxrpc_resend_timer()
294 unsigned long *p_txb, resend_at; in rxrpc_process_soft_ACKs() local
307 resend_at = 0; in rxrpc_process_soft_ACKs()
352 } else if (time_after_eq(jiffies + 1, sp->resend_at)) { in rxrpc_process_soft_ACKs()
356 if (time_before(sp->resend_at, resend_at)) in rxrpc_process_soft_ACKs()
357 resend_at = sp->resend_at; in rxrpc_process_soft_ACKs()
359 resend_at = sp->resend_at; in rxrpc_process_soft_ACKs()
364 rxrpc_set_resend(call, resend, resend_at); in rxrpc_process_soft_ACKs()