expect_rx_by     1160 include/trace/events/rxrpc.h 		    __field(long,				expect_rx_by	)
expect_rx_by     1173 include/trace/events/rxrpc.h 		    __entry->expect_rx_by	= call->expect_rx_by;
expect_rx_by     1185 include/trace/events/rxrpc.h 		      __entry->expect_rx_by - __entry->now,
expect_rx_by      571 net/rxrpc/ar-internal.h 	unsigned long		expect_rx_by;	/* When we expect to get a packet by */
expect_rx_by      329 net/rxrpc/call_event.c 	t = READ_ONCE(call->expect_rx_by);
expect_rx_by      425 net/rxrpc/call_event.c 	next = call->expect_rx_by;
expect_rx_by      205 net/rxrpc/call_object.c 	call->expect_rx_by = j;
expect_rx_by     1034 net/rxrpc/input.c 		unsigned long now = jiffies, expect_rx_by;
expect_rx_by     1036 net/rxrpc/input.c 		expect_rx_by = now + timo;
expect_rx_by     1037 net/rxrpc/input.c 		WRITE_ONCE(call->expect_rx_by, expect_rx_by);
expect_rx_by     1038 net/rxrpc/input.c 		rxrpc_reduce_call_timer(call, expect_rx_by, now,
expect_rx_by      440 net/rxrpc/output.c 			unsigned long nowj = jiffies, expect_rx_by;
expect_rx_by      442 net/rxrpc/output.c 			expect_rx_by = nowj + call->next_rx_timo;
expect_rx_by      443 net/rxrpc/output.c 			WRITE_ONCE(call->expect_rx_by, expect_rx_by);
expect_rx_by      444 net/rxrpc/output.c 			rxrpc_reduce_call_timer(call, expect_rx_by, nowj,
expect_rx_by       95 net/rxrpc/proc.c 		timeout = READ_ONCE(call->expect_rx_by);