Lines Matching refs:timo
291 unsigned long now, timo;
296 timo = now + MAX_JIFFY_OFFSET;
298 WRITE_ONCE(call->delay_ack_at, timo);
591 unsigned long timo = READ_ONCE(call->next_req_timo);
594 if (timo) {
596 expect_req_by = now + timo;
1038 unsigned long timo;
1049 timo = READ_ONCE(call->next_rx_timo);
1050 if (timo) {
1053 expect_rx_by = now + timo;