TxLockLWM          95 fs/jfs/jfs_txnmgr.c static int TxLockLWM;	/* Low water mark for number of txLocks used */
TxLockLWM         208 fs/jfs/jfs_txnmgr.c 	if (jfs_tlocks_low && (TxAnchor.tlocksInUse < TxLockLWM)) {
TxLockLWM         266 fs/jfs/jfs_txnmgr.c 	TxLockLWM = (nTxLock * 4) / 10;