Lines Matching defs:TxLock
98 struct tlock *TxLock; /* transaction lock table */
191 TxAnchor.freelock = TxLock[lid].next;
204 TxLock[lid].tid = 0;
205 TxLock[lid].next = TxAnchor.freelock;
296 TxLock = vmalloc(size);
297 if (TxLock == NULL) {
304 TxLock[k].next = k + 1;
305 TxLock[k].next = 0;
329 vfree(TxLock);
330 TxLock = NULL;
1068 /* allocate a TxLock structure */