1. NAME

dma_buf_put - decreases refcount of the buffer

2. SYNOPSIS

void dma_buf_put(struct dma_buf *  dmabuf );

3. ARGUMENTS

dmabuf
    [in] buffer to reduce refcount of

4. DESCRIPTION

Uses fileAqs refcounting done implicitly by fput

5. COPYRIGHT