Home
last modified time | relevance | path

Searched refs:tleft (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/input/serio/
H A Dapbps2.c85 unsigned int tleft = 10000; /* timeout in 100ms */ in apbps2_write() local
88 while ((ioread32be(&priv->regs->status) & APBPS2_STATUS_TF) && tleft--) in apbps2_write()
/linux/tools/testing/selftests/net/lib/
H A Dcsum.c952 long tleft, tstop; in do_rx() local
956 tleft = cfg_timeout_ms; in do_rx()
961 if (poll(&pfd, 1, tleft) == -1) in do_rx()
970 tleft = tstop - gettimeofday_ms(); in do_rx()
971 } while (tleft > 0); in do_rx()