tlocksInUse        59 fs/jfs/jfs_txnmgr.c 	int tlocksInUse;	/* Number of tlocks in use */
tlocksInUse       193 fs/jfs/jfs_txnmgr.c 	if ((++TxAnchor.tlocksInUse > TxLockHWM) && (jfs_tlocks_low == 0)) {
tlocksInUse       207 fs/jfs/jfs_txnmgr.c 	TxAnchor.tlocksInUse--;
tlocksInUse       208 fs/jfs/jfs_txnmgr.c 	if (jfs_tlocks_low && (TxAnchor.tlocksInUse < TxLockLWM)) {
tlocksInUse       310 fs/jfs/jfs_txnmgr.c 	TxAnchor.tlocksInUse = 0;
tlocksInUse       379 fs/jfs/jfs_txnmgr.c 		if (TxAnchor.tlocksInUse > TxLockVHWM) {
tlocksInUse       470 fs/jfs/jfs_txnmgr.c 	if (TxAnchor.tlocksInUse > TxLockVHWM) {
tlocksInUse      3016 fs/jfs/jfs_txnmgr.c 		       TxAnchor.tlocksInUse,