Home
last modified time | relevance | path

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

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