Home
last modified time | relevance | path

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

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