Home
last modified time | relevance | path

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

/linux/include/linux/iio/
H A Dbuffer_impl.h94 void (*unlock_queue)(struct iio_buffer *buffer); member
/linux/fs/jfs/
H A Djfs_txnmgr.c62 struct list_head unlock_queue; /* Txns waiting to be released */ member
315 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()
/linux/drivers/iio/buffer/
H A Dindustrialio-buffer-dmaengine.c178 .unlock_queue = iio_dma_buffer_unlock_queue,
/linux/drivers/iio/
H A Dindustrialio-buffer.c1916 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()