Home
last modified time | relevance | path

Searched refs:mmap_count (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Ddma-buf.h379 * @mmap_count: number of times buffer has been mmapped.
381 * @vm_ops: the overridden vm_ops used to track mmap_count of the buffer.
427 int mmap_count; member
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
H A Ddma-buf.c164 dmabuf->mmap_count++; in dma_buf_vma_open()
175 if (dmabuf->mmap_count) { in dma_buf_vma_close()
176 dmabuf->mmap_count--; in dma_buf_vma_close()
199 dmabuf->mmap_count++; in dma_buf_do_mmap()

Completed in 4 milliseconds