Searched refs:freelock (Results 1 – 1 of 1) sorted by relevance
55 int freelock; /* index first free lock word */ member185 if (!TxAnchor.freelock) { in txLockAlloc()189 while (!(lid = TxAnchor.freelock)) in txLockAlloc()191 TxAnchor.freelock = TxLock[lid].next; in txLockAlloc()205 TxLock[lid].next = TxAnchor.freelock; in txLockFree()206 TxAnchor.freelock = lid; in txLockFree()309 TxAnchor.freelock = 1; in txInit()2976 TxAnchor.freelock, in jfs_txanchor_proc_show()