Home
last modified time | relevance | path

Searched refs:TxLock (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_txnmgr.h11 * Hide implementation of TxBlock and TxLock
15 #define lid_to_tlock(lid) (&TxLock[lid])
98 extern struct tlock *TxLock; /* transaction lock table */
H A Djfs_txnmgr.c98 struct tlock *TxLock; /* transaction lock table */ variable
191 TxAnchor.freelock = TxLock[lid].next; in txLockAlloc()
204 TxLock[lid].tid = 0; in txLockFree()
205 TxLock[lid].next = TxAnchor.freelock; in txLockFree()
296 TxLock = vmalloc(size); in txInit()
297 if (TxLock == NULL) { in txInit()
304 TxLock[k].next = k + 1; in txInit()
305 TxLock[k].next = 0; in txInit()
329 vfree(TxLock); in txExit()
330 TxLock in txExit()
[all...]
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_txnmgr.h11 * Hide implementation of TxBlock and TxLock
15 #define lid_to_tlock(lid) (&TxLock[lid])
98 extern struct tlock *TxLock; /* transaction lock table */
H A Djfs_txnmgr.c98 struct tlock *TxLock; /* transaction lock table */ variable
191 TxAnchor.freelock = TxLock[lid].next; in txLockAlloc()
204 TxLock[lid].tid = 0; in txLockFree()
205 TxLock[lid].next = TxAnchor.freelock; in txLockFree()
296 TxLock = vmalloc(size); in txInit()
297 if (TxLock == NULL) { in txInit()
304 TxLock[k].next = k + 1; in txInit()
305 TxLock[k].next = 0; in txInit()
329 vfree(TxLock); in txExit()
330 TxLock in txExit()
[all...]

Completed in 4 milliseconds