nTxLock 89 fs/jfs/jfs_txnmgr.c static int nTxLock = -1; /* number of transaction locks */ nTxLock 90 fs/jfs/jfs_txnmgr.c module_param(nTxLock, int, 0); nTxLock 91 fs/jfs/jfs_txnmgr.c MODULE_PARM_DESC(nTxLock, nTxLock 232 fs/jfs/jfs_txnmgr.c if (nTxLock == -1) { nTxLock 237 fs/jfs/jfs_txnmgr.c nTxLock = 64 * 1024; nTxLock 239 fs/jfs/jfs_txnmgr.c nTxLock = si.totalram >> 2; nTxLock 241 fs/jfs/jfs_txnmgr.c nTxLock = 64 * 1024; nTxLock 243 fs/jfs/jfs_txnmgr.c nTxLock = nTxBlock << 3; nTxLock 246 fs/jfs/jfs_txnmgr.c nTxBlock = nTxLock >> 3; nTxLock 253 fs/jfs/jfs_txnmgr.c if (nTxLock < 256) nTxLock 254 fs/jfs/jfs_txnmgr.c nTxLock = 256; /* No one should set it this low */ nTxLock 255 fs/jfs/jfs_txnmgr.c if (nTxLock > 65536) nTxLock 256 fs/jfs/jfs_txnmgr.c nTxLock = 65536; nTxLock 259 fs/jfs/jfs_txnmgr.c nTxBlock, nTxLock); nTxLock 266 fs/jfs/jfs_txnmgr.c TxLockLWM = (nTxLock * 4) / 10; nTxLock 267 fs/jfs/jfs_txnmgr.c TxLockHWM = (nTxLock * 7) / 10; nTxLock 268 fs/jfs/jfs_txnmgr.c TxLockVHWM = (nTxLock * 8) / 10; nTxLock 295 fs/jfs/jfs_txnmgr.c size = sizeof(struct tlock) * nTxLock; nTxLock 303 fs/jfs/jfs_txnmgr.c for (k = 1; k < nTxLock - 1; k++)