Home
last modified time | relevance | path

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

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