Home
last modified time | relevance | path

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

/linux/drivers/input/serio/
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/
A Dcsum.c954 long tleft, tstop; in do_rx() local
958 tleft = cfg_timeout_ms; in do_rx()
963 if (poll(&pfd, 1, tleft) == -1) in do_rx()
972 tleft = tstop - gettimeofday_ms(); in do_rx()
973 } while (tleft > 0); in do_rx()

Completed in 53 milliseconds