Home
last modified time | relevance | path

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

/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.c175 .unlock_queue = iio_dma_buffer_unlock_queue,
/linux/drivers/iio/
H A Dindustrialio-buffer.c1927 if (buffer->access->unlock_queue) in iio_buffer_enqueue_dmabuf()
1928 buffer->access->unlock_queue(buffer); in iio_buffer_enqueue_dmabuf()
1936 if (buffer->access->unlock_queue) in iio_buffer_enqueue_dmabuf()
1937 buffer->access->unlock_queue(buffer); in iio_buffer_enqueue_dmabuf()