Home
last modified time | relevance | path

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

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