Home
last modified time | relevance | path

Searched refs:jfs_tlocks_low (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_txnmgr.h276 extern int jfs_tlocks_low;
H A 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()
209 jfs_info("txLockFree jfs_tlocks_low no more"); in txLockFree()
210 jfs_tlocks_low = 0; in txLockFree()
2844 * worry about deadlocking when jfs_tlocks_low is set, since we would
2929 while (jfs_tlocks_low && !list_empty(&TxAnchor.anon_list)) { in jfs_sync()
3014 "jfs_tlocks_low = %d\n" in jfs_txanchor_proc_show()
3022 jfs_tlocks_low, in jfs_txanchor_proc_show()
[all...]
H A Djfs_logmgr.c687 || jfs_tlocks_low)) { in lmGroupCommit()
893 test_bit(log_FLUSH, &log->flag) || jfs_tlocks_low)) in lmPostGC()
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_txnmgr.h276 extern int jfs_tlocks_low;
H A 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()
209 jfs_info("txLockFree jfs_tlocks_low no more"); in txLockFree()
210 jfs_tlocks_low = 0; in txLockFree()
2807 * worry about deadlocking when jfs_tlocks_low is set, since we would
2892 while (jfs_tlocks_low && !list_empty(&TxAnchor.anon_list)) { in jfs_sync()
2977 "jfs_tlocks_low = %d\n" in jfs_txanchor_proc_show()
2985 jfs_tlocks_low, in jfs_txanchor_proc_show()
[all...]
H A Djfs_logmgr.c679 || jfs_tlocks_low)) { in lmGroupCommit()
885 test_bit(log_FLUSH, &log->flag) || jfs_tlocks_low)) in lmPostGC()

Completed in 12 milliseconds