Lines Matching refs:resend_at
188 unsigned long resend_at) in rxrpc_set_resend() argument
202 mod_timer(&call->resend_timer, resend_at); in rxrpc_set_resend()
220 unsigned long *p_txb, resend_at; in rxrpc_resend() local
232 resend_at = 0; in rxrpc_resend()
260 sp->resend_at = jiffies + 3; in rxrpc_resend()
262 sp->resend_at = in rxrpc_resend()
267 if (time_after_eq(jiffies + 1, sp->resend_at)) { in rxrpc_resend()
271 if (time_before(sp->resend_at, resend_at)) in rxrpc_resend()
272 resend_at = sp->resend_at; in rxrpc_resend()
274 resend_at = sp->resend_at; in rxrpc_resend()
279 rxrpc_set_resend(call, resend, resend_at); in rxrpc_resend()
290 unsigned long *p_txb, resend_at; in rxrpc_resend_timer() local
301 resend_at = 0; in rxrpc_resend_timer()
316 } else if (time_after_eq(jiffies + 1, sp->resend_at)) { in rxrpc_resend_timer()
320 if (time_before(sp->resend_at, resend_at)) in rxrpc_resend_timer()
321 resend_at = sp->resend_at; in rxrpc_resend_timer()
323 resend_at = sp->resend_at; in rxrpc_resend_timer()
328 rxrpc_set_resend(call, resend, resend_at); in rxrpc_resend_timer()
343 unsigned long *p_txb, resend_at; in rxrpc_process_soft_ACKs() local
356 resend_at = 0; in rxrpc_process_soft_ACKs()
401 } else if (time_after_eq(jiffies + 1, sp->resend_at)) { in rxrpc_process_soft_ACKs()
405 if (time_before(sp->resend_at, resend_at)) in rxrpc_process_soft_ACKs()
406 resend_at = sp->resend_at; in rxrpc_process_soft_ACKs()
408 resend_at = sp->resend_at; in rxrpc_process_soft_ACKs()
413 rxrpc_set_resend(call, resend, resend_at); in rxrpc_process_soft_ACKs()