Searched defs:tout (Results 1 - 9 of 9) sorted by relevance

/drivers/staging/ozwpan/
H A Dozusbsvc.c130 unsigned long tout = jiffies + HZ; local
140 time_before(jiffies, tout))
/drivers/isdn/mISDN/
H A Dtimerdev.c222 int id, tout, ret = 0; local
231 if (get_user(tout, (int __user *)arg)) {
235 id = misdn_add_timer(dev, tout);
238 tout, id);
/drivers/isdn/hardware/avm/
H A Db1.c250 unsigned long tout = 2; local
252 for (stop = jiffies + tout * HZ; time_before(jiffies, stop);) {
262 for (stop = jiffies + tout * HZ; time_before(jiffies, stop);) {
H A Db1dma.c653 unsigned long tout = 2; local
656 for (stop = jiffies + tout * HZ; time_before(jiffies, stop);) {
666 for (stop = jiffies + tout * HZ; time_before(jiffies, stop);) {
/drivers/net/wireless/rt2x00/
H A Drt2800usb.c119 bool tout; local
124 tout = time_after(jiffies, entry->last_action + msecs_to_jiffies(100));
125 if (unlikely(tout))
129 return tout;
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.h1441 int tout = 5000; /* Wait for 5 secs tops */ local
1443 while (tout--) {
H A Dbnx2x_main.c7853 int tout = 50; local
7882 BNX2X_F_STATE_STARTED && tout--)
10048 int tout = 5000; local
10056 while (tout && REG_RD(bp, IGU_REG_RESET_MEMORIES)) {
10057 tout--;
/drivers/scsi/arm/
H A Dfas216.c1165 int tout; local
1170 for (tout = 1000; tout; tout -= 1) {
/drivers/staging/comedi/drivers/
H A Dadv_pci_dio.c609 int cnt, tout, ok = 0; local
616 for (tout = 0; tout < 251; tout++) {

Completed in 208 milliseconds