Searched refs:unlock_queue (Results 1 – 4 of 4) sorted by relevance
94 void (*unlock_queue)(struct iio_buffer *buffer); member
62 struct list_head unlock_queue; /* Txns waiting to be released */ member315 INIT_LIST_HEAD(&TxAnchor.unlock_queue); in txInit()2709 while (!list_empty(&TxAnchor.unlock_queue)) { in jfs_lazycommit()2711 list_for_each_entry(tblk, &TxAnchor.unlock_queue, in jfs_lazycommit()2766 if (!list_empty(&TxAnchor.unlock_queue)) in jfs_lazycommit()2779 list_add_tail(&tblk->cqueue, &TxAnchor.unlock_queue); in txLazyUnlock()2988 list_empty(&TxAnchor.unlock_queue) ? "" : "not "); in jfs_txanchor_proc_show()
178 .unlock_queue = iio_dma_buffer_unlock_queue,
1916 if (buffer->access->unlock_queue) in iio_buffer_enqueue_dmabuf()1917 buffer->access->unlock_queue(buffer); in iio_buffer_enqueue_dmabuf()1925 if (buffer->access->unlock_queue) in iio_buffer_enqueue_dmabuf()1926 buffer->access->unlock_queue(buffer); in iio_buffer_enqueue_dmabuf()