Home
last modified time | relevance | path

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

/linux/drivers/dma-buf/
H A Ddma-heap.c97 struct dma_heap_allocation_data *heap_allocation = data; in dma_heap_ioctl_allocate() local
101 if (heap_allocation->fd) in dma_heap_ioctl_allocate()
104 if (heap_allocation->fd_flags & ~DMA_HEAP_VALID_FD_FLAGS) in dma_heap_ioctl_allocate()
107 if (heap_allocation->heap_flags & ~DMA_HEAP_VALID_HEAP_FLAGS) in dma_heap_ioctl_allocate()
110 fd = dma_heap_buffer_alloc(heap, heap_allocation->len, in dma_heap_ioctl_allocate()
111 heap_allocation->fd_flags, in dma_heap_ioctl_allocate()
112 heap_allocation->heap_flags); in dma_heap_ioctl_allocate()
116 heap_allocation->fd = fd; in dma_heap_ioctl_allocate()