Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_trans_ail.c379 long tout; in xfsaild_push() local
504 tout = 50; in xfsaild_push()
517 tout = 20; in xfsaild_push()
523 tout = 10; in xfsaild_push()
526 return tout; in xfsaild_push()
534 long tout = 0; /* milliseconds */ in xfsaild() local
541 if (tout && tout <= 20) in xfsaild()
594 tout = 0; in xfsaild()
599 if (tout) in xfsaild()
600 freezable_schedule_timeout(msecs_to_jiffies(tout)); in xfsaild()
[all …]