Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Ddma-heap.h19 #define DMA_HEAP_VALID_FD_FLAGS (O_CLOEXEC | O_ACCMODE) macro
/openbmc/linux/drivers/dma-buf/
H A Ddma-heap.c105 if (heap_allocation->fd_flags & ~DMA_HEAP_VALID_FD_FLAGS) in dma_heap_ioctl_allocate()