Home
last modified time | relevance | path

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

/openbmc/linux/fs/jfs/
H A Djfs_txnmgr.c59 int tlocksInUse; /* Number of tlocks in use */ member
193 if ((++TxAnchor.tlocksInUse > TxLockHWM) && (jfs_tlocks_low == 0)) { in txLockAlloc()
207 TxAnchor.tlocksInUse--; in txLockFree()
208 if (jfs_tlocks_low && (TxAnchor.tlocksInUse < TxLockLWM)) { in txLockFree()
310 TxAnchor.tlocksInUse = 0; in txInit()
384 if (TxAnchor.tlocksInUse > TxLockVHWM) { in txBegin()
475 if (TxAnchor.tlocksInUse > TxLockVHWM) { in txBeginAnon()
2984 TxAnchor.tlocksInUse, in jfs_txanchor_proc_show()