Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/tools/testing/selftests/net/
H A Dcsum.c930 long tleft, tstop; in do_rx() local
934 tleft = cfg_timeout_ms; in do_rx()
939 if (poll(&pfd, 1, tleft) == -1) in do_rx()
948 tleft = tstop - gettimeofday_ms(); in do_rx()
949 } while (tleft > 0); in do_rx()