Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_txnmgr.c60 spinlock_t LazyLock; /* synchronize sync_queue & unlock_queue */
62 struct list_head unlock_queue; /* Txns waiting to be released */ member
315 INIT_LIST_HEAD(&TxAnchor.unlock_queue); in txInit()
2745 while (!list_empty(&TxAnchor.unlock_queue)) { in jfs_lazycommit()
2747 list_for_each_entry(tblk, &TxAnchor.unlock_queue, in jfs_lazycommit()
2802 if (!list_empty(&TxAnchor.unlock_queue)) in jfs_lazycommit()
2815 list_add_tail(&tblk->cqueue, &TxAnchor.unlock_queue); in txLazyUnlock()
3015 "unlock_queue is %sempty\n", in jfs_txanchor_proc_show()
3023 list_empty(&TxAnchor.unlock_queue) ? "" : "not "); in jfs_txanchor_proc_show()
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_txnmgr.c60 spinlock_t LazyLock; /* synchronize sync_queue & unlock_queue */
62 struct list_head unlock_queue; /* Txns waiting to be released */ member
315 INIT_LIST_HEAD(&TxAnchor.unlock_queue); in txInit()
2708 while (!list_empty(&TxAnchor.unlock_queue)) { in jfs_lazycommit()
2710 list_for_each_entry(tblk, &TxAnchor.unlock_queue, in jfs_lazycommit()
2765 if (!list_empty(&TxAnchor.unlock_queue)) in jfs_lazycommit()
2778 list_add_tail(&tblk->cqueue, &TxAnchor.unlock_queue); in txLazyUnlock()
2978 "unlock_queue is %sempty\n", in jfs_txanchor_proc_show()
2986 list_empty(&TxAnchor.unlock_queue) ? "" : "not "); in jfs_txanchor_proc_show()

Completed in 6 milliseconds