Searched refs:TlocksLow (Results 1 – 1 of 1) sorted by relevance
72 int TlocksLow; /* Indicates low number of available tlocks */ member212 if ((++TxAnchor.tlocksInUse > TxLockHWM) && (TxAnchor.TlocksLow == 0)) { in txLockAlloc()214 TxAnchor.TlocksLow = 1; in txLockAlloc()226 if (TxAnchor.TlocksLow && (TxAnchor.tlocksInUse < TxLockLWM)) { in txLockFree()228 TxAnchor.TlocksLow = 0; in txLockFree()360 if (TxAnchor.TlocksLow) { in txBegin()452 if (TxAnchor.TlocksLow) { in txBeginAnon()2917 while (TxAnchor.TlocksLow && !list_empty(&TxAnchor.anon_list)) { in jfs_sync()3017 TxAnchor.TlocksLow, in jfs_txanchor_read()