Lines Matching refs:timo
306 unsigned long now, timo;
314 timo = now + MAX_JIFFY_OFFSET;
315 WRITE_ONCE(call->resend_at, timo);
316 WRITE_ONCE(call->ack_at, timo);
434 unsigned long timo = READ_ONCE(call->next_req_timo);
437 if (timo) {
439 expect_req_by = now + timo;
1051 unsigned long timo;
1055 timo = READ_ONCE(call->next_rx_timo);
1056 if (timo) {
1059 expect_rx_by = now + timo;