Searched refs:unlock_queue (Results 1 – 4 of 4) sorted by relevance
97 void (*unlock_queue)(struct iio_buffer *buffer); member
62 struct list_head unlock_queue; /* Txns waiting to be released */ member316 INIT_LIST_HEAD(&TxAnchor.unlock_queue); in txInit()2710 while (!list_empty(&TxAnchor.unlock_queue)) { in jfs_lazycommit()2712 list_for_each_entry(tblk, &TxAnchor.unlock_queue, in jfs_lazycommit()2767 if (!list_empty(&TxAnchor.unlock_queue)) in jfs_lazycommit()2780 list_add_tail(&tblk->cqueue, &TxAnchor.unlock_queue); in txLazyUnlock()2989 list_empty(&TxAnchor.unlock_queue) ? "" : "not "); in jfs_txanchor_proc_show()
178 .unlock_queue = iio_dma_buffer_unlock_queue,
1925 if (buffer->access->unlock_queue) in iio_buffer_enqueue_dmabuf()1926 buffer->access->unlock_queue(buffer); in iio_buffer_enqueue_dmabuf()1934 if (buffer->access->unlock_queue) in iio_buffer_enqueue_dmabuf()1935 buffer->access->unlock_queue(buffer); in iio_buffer_enqueue_dmabuf()