Lines Matching refs:timo
328 unsigned long now, timo; in rxrpc_receiving_reply() local
336 timo = now + MAX_JIFFY_OFFSET; in rxrpc_receiving_reply()
337 WRITE_ONCE(call->resend_at, timo); in rxrpc_receiving_reply()
338 WRITE_ONCE(call->ack_at, timo); in rxrpc_receiving_reply()
450 unsigned long timo = READ_ONCE(call->next_req_timo); in rxrpc_input_data() local
453 if (timo) { in rxrpc_input_data()
455 expect_req_by = now + timo; in rxrpc_input_data()
1008 unsigned long timo; in rxrpc_input_call_packet() local
1012 timo = READ_ONCE(call->next_rx_timo); in rxrpc_input_call_packet()
1013 if (timo) { in rxrpc_input_call_packet()
1016 expect_rx_by = now + timo; in rxrpc_input_call_packet()