Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_txnmgr.c100 static int TxLockLWM = 4096*.4; /* Low water mark for number of txLocks used */ variable
226 if (TxAnchor.TlocksLow && (TxAnchor.tlocksInUse < TxLockLWM)) { in txLockFree()