Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_txnmgr.c75 struct list_head unlock_queue; /* Txns waiting to be released */ member
328 INIT_LIST_HEAD(&TxAnchor.unlock_queue); in txInit()
2758 while (!list_empty(&TxAnchor.unlock_queue)) { in jfs_lazycommit()
2760 list_for_each_entry(tblk, &TxAnchor.unlock_queue, in jfs_lazycommit()
2815 if (!list_empty(&TxAnchor.unlock_queue)) in jfs_lazycommit()
2828 list_add_tail(&tblk->cqueue, &TxAnchor.unlock_queue); in txLazyUnlock()
3036 list_empty(&TxAnchor.unlock_queue) ? "" : "not "); in jfs_txanchor_proc_show()