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

/linux-master/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 in struct:__anon371
315 INIT_LIST_HEAD(&TxAnchor.unlock_queue);
2709 while (!list_empty(&TxAnchor.unlock_queue)) {
2711 list_for_each_entry(tblk, &TxAnchor.unlock_queue,
2766 if (!list_empty(&TxAnchor.unlock_queue))
2779 list_add_tail(&tblk->cqueue, &TxAnchor.unlock_queue);
2980 "unlock_queue is %sempty\n",
2988 list_empty(&TxAnchor.unlock_queue) ? "" : "not ");

Completed in 205 milliseconds