Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_trans_ail.c367 long tout = 10; in xfsaild_push() local
511 tout = 50; in xfsaild_push()
518 tout = 50; in xfsaild_push()
533 tout = 20; in xfsaild_push()
537 return tout; in xfsaild_push()
545 long tout = 0; /* milliseconds */ in xfsaild() local
548 if (tout && tout <= 20) in xfsaild()
552 schedule_timeout(tout ? in xfsaild()
553 msecs_to_jiffies(tout) : MAX_SCHEDULE_TIMEOUT); in xfsaild()
557 tout = xfsaild_push(ailp); in xfsaild()
Dxfs_buf.c1708 long tout = xfs_buf_timer_centisecs * msecs_to_jiffies(10); in xfsbufd() local
1717 tout = MAX_SCHEDULE_TIMEOUT; in xfsbufd()
1718 schedule_timeout_interruptible(tout); in xfsbufd()