Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_txnmgr.c102 static int nTxLock = -1; /* number of transaction locks */ variable
103 module_param(nTxLock, int, 0);
104 MODULE_PARM_DESC(nTxLock,
245 if (nTxLock == -1) { in txInit()
250 nTxLock = 64 * 1024; in txInit()
252 nTxLock = si.totalram >> 2; in txInit()
254 nTxLock = 64 * 1024; in txInit()
256 nTxLock = nTxBlock << 3; in txInit()
259 nTxBlock = nTxLock >> 3; in txInit()
266 if (nTxLock < 256) in txInit()
[all …]