Home
last modified time | relevance | path

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

/linux-6.1.9/fs/jfs/
Djfs_txnmgr.h276 extern int jfs_tlocks_low;
Djfs_txnmgr.c68 int jfs_tlocks_low; /* Indicates low number of available tlocks */ variable
193 if ((++TxAnchor.tlocksInUse > TxLockHWM) && (jfs_tlocks_low == 0)) { in txLockAlloc()
195 jfs_tlocks_low = 1; in txLockAlloc()
208 if (jfs_tlocks_low && (TxAnchor.tlocksInUse < TxLockLWM)) { in txLockFree()
210 jfs_tlocks_low = 0; in txLockFree()
2887 while (jfs_tlocks_low && !list_empty(&TxAnchor.anon_list)) { in jfs_sync()
2980 jfs_tlocks_low, in jfs_txanchor_proc_show()
Djfs_logmgr.c679 || jfs_tlocks_low)) { in lmGroupCommit()
885 test_bit(log_FLUSH, &log->flag) || jfs_tlocks_low)) in lmPostGC()