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.h97 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
316 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()
/linux/drivers/iio/buffer/
H A Dindustrialio-buffer-dmaengine.c178 .unlock_queue = iio_dma_buffer_unlock_queue,
/linux/drivers/iio/
H A Dindustrialio-buffer.c1925 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()