Home
last modified time | relevance | path

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

/linux-4.1.27/fs/jfs/
Djfs_txnmgr.c109 static int TxLockHWM; /* High water mark for number of txLocks used */ variable
206 if ((++TxAnchor.tlocksInUse > TxLockHWM) && (jfs_tlocks_low == 0)) { in txLockAlloc()
280 TxLockHWM = (nTxLock * 7) / 10; in txInit()