Searched refs:freelock (Results 1 – 1 of 1) sorted by relevance
68 int freelock; /* index first free lock word */ member204 if (!TxAnchor.freelock) { in txLockAlloc()208 while (!(lid = TxAnchor.freelock)) in txLockAlloc()210 TxAnchor.freelock = TxLock[lid].next; in txLockAlloc()223 TxLock[lid].next = TxAnchor.freelock; in txLockFree()224 TxAnchor.freelock = lid; in txLockFree()292 TxAnchor.freelock = 1; in txInit()3013 TxAnchor.freelock, in jfs_txanchor_read()