Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/dma-buf/
Ddma-heap.c85 struct dma_heap_allocation_data *heap_allocation = data; in dma_heap_ioctl_allocate() local
89 if (heap_allocation->fd) in dma_heap_ioctl_allocate()
92 if (heap_allocation->fd_flags & ~DMA_HEAP_VALID_FD_FLAGS) in dma_heap_ioctl_allocate()
95 if (heap_allocation->heap_flags & ~DMA_HEAP_VALID_HEAP_FLAGS) in dma_heap_ioctl_allocate()
98 fd = dma_heap_buffer_alloc(heap, heap_allocation->len, in dma_heap_ioctl_allocate()
99 heap_allocation->fd_flags, in dma_heap_ioctl_allocate()
100 heap_allocation->heap_flags); in dma_heap_ioctl_allocate()
104 heap_allocation->fd = fd; in dma_heap_ioctl_allocate()