Home
last modified time | relevance | path

Searched refs:tout (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/fs/xfs/
Dxfs_trans_ail.c362 long tout; in xfsaild_push() local
492 tout = 50; in xfsaild_push()
505 tout = 20; in xfsaild_push()
511 tout = 10; in xfsaild_push()
514 return tout; in xfsaild_push()
522 long tout = 0; /* milliseconds */ in xfsaild() local
529 if (tout && tout <= 20) in xfsaild()
581 tout = 0; in xfsaild()
586 if (tout) in xfsaild()
587 freezable_schedule_timeout(msecs_to_jiffies(tout)); in xfsaild()
[all …]
/linux-4.19.296/drivers/isdn/mISDN/
Dtimerdev.c229 int id, tout, ret = 0; in mISDN_ioctl() local
238 if (get_user(tout, (int __user *)arg)) { in mISDN_ioctl()
242 id = misdn_add_timer(dev, tout); in mISDN_ioctl()
245 tout, id); in mISDN_ioctl()
/linux-4.19.296/drivers/isdn/hardware/avm/
Db1.c250 unsigned long tout = 2; in b1_loaded() local
252 for (stop = jiffies + tout * HZ; time_before(jiffies, stop);) { in b1_loaded()
262 for (stop = jiffies + tout * HZ; time_before(jiffies, stop);) { in b1_loaded()
Db1dma.c653 unsigned long tout = 2; in b1dma_loaded() local
656 for (stop = jiffies + tout * HZ; time_before(jiffies, stop);) { in b1dma_loaded()
666 for (stop = jiffies + tout * HZ; time_before(jiffies, stop);) { in b1dma_loaded()
/linux-4.19.296/drivers/isdn/hisax/
Dhisax.h1305 int tout = jiffs; \
1307 while (tout--) { \