Searched refs:nTxBlock (Results 1 – 1 of 1) sorted by relevance
97 static int nTxBlock = -1; /* number of transaction blocks */ variable98 module_param(nTxBlock, int, 0);99 MODULE_PARM_DESC(nTxBlock,247 if (nTxBlock == -1) { in txInit()254 } else if (nTxBlock > (8 * 1024)) in txInit()257 nTxLock = nTxBlock << 3; in txInit()259 if (nTxBlock == -1) in txInit()260 nTxBlock = nTxLock >> 3; in txInit()263 if (nTxBlock < 16) in txInit()264 nTxBlock = 16; /* No one should set it this low */ in txInit()[all …]