Searched refs:heap_data (Results 1 – 2 of 2) sorted by relevance
123 struct ion_heap_data heap_data[MAX_HEAP_COUNT]; in ion_heap_bench() local134 query.heaps = (unsigned long int)&heap_data[0]; in ion_heap_bench()143 if (heap_data[i].type == heap_type) { in ion_heap_bench()144 heap_id = heap_data[i].heap_id; in ion_heap_bench()
217 struct dma_heap_allocation_data heap_data{ in DmabufAlloc() struct222 auto ret = TEMP_FAILURE_RETRY(ioctl(fd, DMA_HEAP_IOCTL_ALLOC, &heap_data)); in DmabufAlloc()228 if (heap_data.fd >= 0) { in DmabufAlloc()229 if (DmabufSetName(heap_data.fd, heap_name)) in DmabufAlloc()233 return heap_data.fd; in DmabufAlloc()