dma_buf_put(9) decreases refcount of the buffer

SYNOPSIS

void dma_buf_put(struct dma_buf * dmabuf);

ARGUMENTS

dmabuf

[in] buffer to reduce refcount of

DESCRIPTION

Uses file's refcounting done implicitly by fput

COPYRIGHT