resend_at        1158 include/trace/events/rxrpc.h 		    __field(long,				resend_at	)
resend_at        1172 include/trace/events/rxrpc.h 		    __entry->resend_at		= call->resend_at;
resend_at        1184 include/trace/events/rxrpc.h 		      __entry->resend_at - __entry->now,
resend_at         568 net/rxrpc/ar-internal.h 	unsigned long		resend_at;	/* When next resend needs to happen */
resend_at         160 net/rxrpc/call_event.c 	unsigned long resend_at, rto_j;
resend_at         215 net/rxrpc/call_event.c 	resend_at = nsecs_to_jiffies(ktime_to_ns(ktime_sub(now, oldest)));
resend_at         216 net/rxrpc/call_event.c 	resend_at += jiffies + rto_j;
resend_at         217 net/rxrpc/call_event.c 	WRITE_ONCE(call->resend_at, resend_at);
resend_at         227 net/rxrpc/call_event.c 		rxrpc_reduce_call_timer(call, resend_at, now_j,
resend_at         378 net/rxrpc/call_event.c 	t = READ_ONCE(call->resend_at);
resend_at         381 net/rxrpc/call_event.c 		cmpxchg(&call->resend_at, t, now + MAX_JIFFY_OFFSET);
resend_at         433 net/rxrpc/call_event.c 	set(call->resend_at);
resend_at         203 net/rxrpc/call_object.c 	call->resend_at = j;
resend_at         316 net/rxrpc/input.c 		WRITE_ONCE(call->resend_at, timo);
resend_at         274 net/rxrpc/sendmsg.c 		unsigned long resend_at = now + call->peer->rto_j;
resend_at         276 net/rxrpc/sendmsg.c 		WRITE_ONCE(call->resend_at, resend_at);
resend_at         277 net/rxrpc/sendmsg.c 		rxrpc_reduce_call_timer(call, resend_at, now,