Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_trans_ail.c352 long tout; in xfsaild_push() local
482 tout = 50; in xfsaild_push()
495 tout = 20; in xfsaild_push()
501 tout = 10; in xfsaild_push()
504 return tout; in xfsaild_push()
512 long tout = 0; /* milliseconds */ in xfsaild() local
517 if (tout && tout <= 20) in xfsaild()
538 tout = 0; in xfsaild()
543 if (tout) in xfsaild()
544 schedule_timeout(msecs_to_jiffies(tout)); in xfsaild()
[all …]