Home
last modified time | relevance | path

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

/linux-5.19.10/fs/jfs/
Djfs_txnmgr.c89 static int nTxLock = -1; /* number of transaction locks */ variable
90 module_param(nTxLock, int, 0);
91 MODULE_PARM_DESC(nTxLock,
232 if (nTxLock == -1) { in txInit()
237 nTxLock = 64 * 1024; in txInit()
239 nTxLock = si.totalram >> 2; in txInit()
241 nTxLock = 64 * 1024; in txInit()
243 nTxLock = nTxBlock << 3; in txInit()
246 nTxBlock = nTxLock >> 3; in txInit()
253 if (nTxLock < 256) in txInit()
[all …]