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