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()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()2986 list_empty(&TxAnchor.unlock_queue) ? "" : "not "); in jfs_txanchor_proc_show()