Searched refs:unlock_queue (Results 1 – 1 of 1) sorted by relevance
62 struct list_head unlock_queue; /* Txns waiting to be released */ member315 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()