Searched refs:ion_cma_heap (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/android/ion/
H A DMakefile2 ion_carveout_heap.o ion_chunk_heap.o ion_cma_heap.o
H A Dion_cma_heap.c2 * drivers/staging/android/ion/ion_cma_heap.c
29 struct ion_cma_heap { struct
34 #define to_cma_heap(x) container_of(x, struct ion_cma_heap, heap)
66 struct ion_cma_heap *cma_heap = to_cma_heap(heap);
113 struct ion_cma_heap *cma_heap = to_cma_heap(buffer->heap);
130 struct ion_cma_heap *cma_heap = to_cma_heap(buffer->heap);
159 struct ion_cma_heap *cma_heap = to_cma_heap(buffer->heap);
193 struct ion_cma_heap *cma_heap;
195 cma_heap = kzalloc(sizeof(struct ion_cma_heap), GFP_KERNEL);
210 struct ion_cma_heap *cma_hea
[all...]

Completed in 189 milliseconds