Searched refs:TxLockHWM (Results 1 – 1 of 1) sorted by relevance
96 static int TxLockHWM; /* High water mark for number of txLocks used */ variable193 if ((++TxAnchor.tlocksInUse > TxLockHWM) && (jfs_tlocks_low == 0)) { in txLockAlloc()267 TxLockHWM = (nTxLock * 7) / 10; in txInit()