Home
last modified time | relevance | path

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

/openbmc/linux/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()
210 jfs_tlocks_low = 0; in txLockFree()
2892 while (jfs_tlocks_low && !list_empty(&TxAnchor.anon_list)) { in jfs_sync()
2985 jfs_tlocks_low, in jfs_txanchor_proc_show()
H A Djfs_logmgr.c679 || jfs_tlocks_low)) { in lmGroupCommit()
885 test_bit(log_FLUSH, &log->flag) || jfs_tlocks_low)) in lmPostGC()