Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_txnmgr.c72 int tlocksInUse; /* Number of tlocks in use */ member
207 if ((++TxAnchor.tlocksInUse > TxLockHWM) && (jfs_tlocks_low == 0)) { in txLockAlloc()
221 TxAnchor.tlocksInUse--; in txLockFree()
222 if (jfs_tlocks_low && (TxAnchor.tlocksInUse < TxLockLWM)) { in txLockFree()
324 TxAnchor.tlocksInUse = 0; in txInit()
393 if (TxAnchor.tlocksInUse > TxLockVHWM) { in txBegin()
484 if (TxAnchor.tlocksInUse > TxLockVHWM) { in txBeginAnon()
3040 TxAnchor.tlocksInUse, in jfs_txanchor_proc_show()