Home
last modified time | relevance | path

Searched refs:tleft (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds