Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_txnmgr.c72 int tlocksInUse; /* Number of tlocks in use */ member
206 if ((++TxAnchor.tlocksInUse > TxLockHWM) && (jfs_tlocks_low == 0)) { in txLockAlloc()
220 TxAnchor.tlocksInUse--; in txLockFree()
221 if (jfs_tlocks_low && (TxAnchor.tlocksInUse < TxLockLWM)) { in txLockFree()
323 TxAnchor.tlocksInUse = 0; in txInit()
397 if (TxAnchor.tlocksInUse > TxLockVHWM) { in txBegin()
488 if (TxAnchor.tlocksInUse > TxLockVHWM) { in txBeginAnon()
3034 TxAnchor.tlocksInUse, in jfs_txanchor_proc_show()