Home
last modified time | relevance | path

Searched refs:freelock (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/jfs/
Djfs_txnmgr.c68 int freelock; /* index first free lock word */ member
198 if (!TxAnchor.freelock) { in txLockAlloc()
202 while (!(lid = TxAnchor.freelock)) in txLockAlloc()
204 TxAnchor.freelock = TxLock[lid].next; in txLockAlloc()
218 TxLock[lid].next = TxAnchor.freelock; in txLockFree()
219 TxAnchor.freelock = lid; in txLockFree()
322 TxAnchor.freelock = 1; in txInit()
3031 TxAnchor.freelock, in jfs_txanchor_proc_show()