Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_txnmgr.c108 static int TxLockLWM; /* Low water mark for number of txLocks used */ variable
221 if (jfs_tlocks_low && (TxAnchor.tlocksInUse < TxLockLWM)) { in txLockFree()
279 TxLockLWM = (nTxLock * 4) / 10; in txInit()