Lines Matching refs:timo
306 unsigned long now, timo; in rxrpc_receiving_reply() local
314 timo = now + MAX_JIFFY_OFFSET; in rxrpc_receiving_reply()
315 WRITE_ONCE(call->resend_at, timo); in rxrpc_receiving_reply()
316 WRITE_ONCE(call->ack_at, timo); in rxrpc_receiving_reply()
434 unsigned long timo = READ_ONCE(call->next_req_timo); in rxrpc_input_data() local
437 if (timo) { in rxrpc_input_data()
439 expect_req_by = now + timo; in rxrpc_input_data()
1042 unsigned long timo; in rxrpc_input_call_packet() local
1046 timo = READ_ONCE(call->next_rx_timo); in rxrpc_input_call_packet()
1047 if (timo) { in rxrpc_input_call_packet()
1050 expect_rx_by = now + timo; in rxrpc_input_call_packet()