Lines Matching refs:timo
323 unsigned long now, timo; in rxrpc_receiving_reply() local
331 timo = now + MAX_JIFFY_OFFSET; in rxrpc_receiving_reply()
332 WRITE_ONCE(call->resend_at, timo); in rxrpc_receiving_reply()
333 WRITE_ONCE(call->ack_at, timo); in rxrpc_receiving_reply()
451 unsigned long timo = READ_ONCE(call->next_req_timo); in rxrpc_input_data() local
454 if (timo) { in rxrpc_input_data()
456 expect_req_by = now + timo; in rxrpc_input_data()
1015 unsigned long timo; in rxrpc_input_call_packet() local
1019 timo = READ_ONCE(call->next_rx_timo); in rxrpc_input_call_packet()
1020 if (timo) { in rxrpc_input_call_packet()
1023 expect_rx_by = now + timo; in rxrpc_input_call_packet()