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()
213 struct dma_heap_allocation_data heap_data{ in DmabufAlloc() struct218 auto ret = TEMP_FAILURE_RETRY(ioctl(fd, DMA_HEAP_IOCTL_ALLOC, &heap_data)); in DmabufAlloc()224 return heap_data.fd; in DmabufAlloc()