Searched refs:resend_at (Results 1 – 3 of 3) sorted by relevance
188 unsigned long resend_at) in rxrpc_set_resend() argument202 mod_timer(&call->resend_timer, resend_at); in rxrpc_set_resend()220 unsigned long *p_txb, resend_at; in rxrpc_resend() local232 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()[all …]
487 sp->resend_at = jiffies + rxrpc_resend_timeout; in rxrpc_queue_packet()490 call->resend_timer.expires = sp->resend_at; in rxrpc_queue_packet()
84 unsigned long resend_at; /* time in jiffies at which to resend */ member