1DMA_BUF_PUT(9) Device drivers infrastructure DMA_BUF_PUT(9)
23
4
NAME
6dma_buf_put - decreases refcount of the buffer
7
SYNOPSIS
9void dma_buf_put(struct dma_buf * dmabuf);
10
ARGUMENTS
12dmabuf
13[in] buffer to reduce refcount of
14
DESCRIPTION
16Uses fileĀ“s refcounting done implicitly by fput
17
COPYRIGHT
19Kernel Hackers Manual 2.6. June 2019 DMA_BUF_PUT(9)