Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/linux/
Ddma-buf.h35 #define DMA_BUF_SYNC_VALID_FLAGS_MASK \ macro
/linux-4.19.296/drivers/dma-buf/
Ddma-buf.c294 if (sync.flags & ~DMA_BUF_SYNC_VALID_FLAGS_MASK) in dma_buf_ioctl()