TxLockHWM 96 fs/jfs/jfs_txnmgr.c static int TxLockHWM; /* High water mark for number of txLocks used */ TxLockHWM 193 fs/jfs/jfs_txnmgr.c if ((++TxAnchor.tlocksInUse > TxLockHWM) && (jfs_tlocks_low == 0)) { TxLockHWM 267 fs/jfs/jfs_txnmgr.c TxLockHWM = (nTxLock * 7) / 10;