Searched refs:tout (Results 1 – 5 of 5) sorted by relevance
362 long tout; in xfsaild_push() local492 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() local529 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 …]
229 int id, tout, ret = 0; in mISDN_ioctl() local238 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()
250 unsigned long tout = 2; in b1_loaded() local252 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()
653 unsigned long tout = 2; in b1dma_loaded() local656 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()
1305 int tout = jiffs; \1307 while (tout--) { \