Home
last modified time | relevance | path

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

/linux-5.19.10/fs/jfs/
Djfs_txnmgr.c55 int freelock; /* index first free lock word */ member
185 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()