Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_txnmgr.h289 extern int jfs_tlocks_low;
Djfs_txnmgr.c81 int jfs_tlocks_low; /* Indicates low number of available tlocks */ variable
206 if ((++TxAnchor.tlocksInUse > TxLockHWM) && (jfs_tlocks_low == 0)) { in txLockAlloc()
208 jfs_tlocks_low = 1; in txLockAlloc()
221 if (jfs_tlocks_low && (TxAnchor.tlocksInUse < TxLockLWM)) { in txLockFree()
223 jfs_tlocks_low = 0; in txLockFree()
2942 while (jfs_tlocks_low && !list_empty(&TxAnchor.anon_list)) { in jfs_sync()
3035 jfs_tlocks_low, in jfs_txanchor_proc_show()
Djfs_logmgr.c700 || jfs_tlocks_low)) { in lmGroupCommit()
906 test_bit(log_FLUSH, &log->flag) || jfs_tlocks_low)) in lmPostGC()