Searched refs:freelock (Results 1 – 1 of 1) sorted by relevance
68 int freelock; /* index first free lock word */ member198 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()3027 TxAnchor.freelock, in jfs_txanchor_proc_show()