Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_trans_ail.c371 long tout; in xfsaild_push() local
501 tout = 50; in xfsaild_push()
514 tout = 20; in xfsaild_push()
520 tout = 10; in xfsaild_push()
523 return tout; in xfsaild_push()
531 long tout = 0; /* milliseconds */ in xfsaild() local
537 if (tout && tout <= 20) in xfsaild()
589 tout = 0; in xfsaild()
594 if (tout) in xfsaild()
595 freezable_schedule_timeout(msecs_to_jiffies(tout)); in xfsaild()
[all …]