Searched refs:nTxLock (Results 1 – 1 of 1) sorted by relevance
102 static int nTxLock = -1; /* number of transaction locks */ variable103 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 …]