Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_txnmgr.c101 static int TxLockHWM = 4096*.8; /* High water mark for number of txLocks used */ variable
212 if ((++TxAnchor.tlocksInUse > TxLockHWM) && (TxAnchor.TlocksLow == 0)) { in txLockAlloc()