Home
last modified time | relevance | path

Searched refs:DMA_BUF_SYNC_WRITE (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/include/uapi/linux/
A Ddma-buf.h79 #define DMA_BUF_SYNC_WRITE (2 << 0) macro
80 #define DMA_BUF_SYNC_RW (DMA_BUF_SYNC_READ | DMA_BUF_SYNC_WRITE)
/linux-6.3-rc2/drivers/dma-buf/
A Ddma-buf.c363 usage = dma_resv_usage_rw(arg.flags & DMA_BUF_SYNC_WRITE); in dma_buf_export_sync_file()
420 usage = (arg.flags & DMA_BUF_SYNC_WRITE) ? DMA_RESV_USAGE_WRITE : in dma_buf_import_sync_file()
467 case DMA_BUF_SYNC_WRITE: in dma_buf_ioctl()

Completed in 5 milliseconds