[go: nahoru, domu]

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

/drivers/isdn/mISDN/
H A Dtimerdev.c227 int id, tout, ret = 0; local
236 if (get_user(tout, (int __user *)arg)) {
240 id = misdn_add_timer(dev, tout);
243 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.c121 bool tout; local
126 tout = time_after(jiffies, entry->last_action + msecs_to_jiffies(100));
127 if (unlikely(tout))
131 return tout;
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.h1176 int tout = 5000; /* Wait for 5 secs tops */ local
1178 while (tout--) {
H A Dbnx2x_vfpf.c143 int tout = 100, interval = 100; /* wait for 10 seconds */ local
174 while ((tout >= 0) && (!*done)) {
176 tout -= 1;
195 int tout = 10, interval = 100; /* Wait for 1 sec */ local
207 } while (tout-- > 0);
H A Dbnx2x_main.c9080 int tout = 50; local
9110 BNX2X_F_STATE_STARTED && tout--)
11669 int tout = 5000; local
11677 while (tout && REG_RD(bp, IGU_REG_RESET_MEMORIES)) {
11678 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.c571 int cnt, tout, ok = 0; local
578 for (tout = 0; tout < 251; tout++) {

Completed in 1008 milliseconds