Searched refs:TxLockHWM (Results 1 – 1 of 1) sorted by relevance
101 static int TxLockHWM = 4096*.8; /* High water mark for number of txLocks used */ variable212 if ((++TxAnchor.tlocksInUse > TxLockHWM) && (TxAnchor.TlocksLow == 0)) { in txLockAlloc()