Home
last modified time | relevance | path

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

/linux-6.1.9/fs/jfs/
Djfs_txnmgr.c62 struct list_head unlock_queue; /* Txns waiting to be released */ member
315 INIT_LIST_HEAD(&TxAnchor.unlock_queue); in txInit()
2703 while (!list_empty(&TxAnchor.unlock_queue)) { in jfs_lazycommit()
2705 list_for_each_entry(tblk, &TxAnchor.unlock_queue, in jfs_lazycommit()
2760 if (!list_empty(&TxAnchor.unlock_queue)) in jfs_lazycommit()
2773 list_add_tail(&tblk->cqueue, &TxAnchor.unlock_queue); in txLazyUnlock()
2981 list_empty(&TxAnchor.unlock_queue) ? "" : "not "); in jfs_txanchor_proc_show()