Home
last modified time | relevance | path

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

/linux-2.6.39/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,
246 if (nTxLock == -1) { in txInit()
251 nTxLock = 64 * 1024; in txInit()
253 nTxLock = si.totalram >> 2; in txInit()
255 nTxLock = 64 * 1024; in txInit()
257 nTxLock = nTxBlock << 3; in txInit()
260 nTxBlock = nTxLock >> 3; in txInit()
267 if (nTxLock < 256) in txInit()
[all …]