Home
last modified time | relevance | path

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

/drivers/staging/android/ion/
Dion_carveout_heap.c28 struct ion_carveout_heap { struct
38 struct ion_carveout_heap *carveout_heap = in ion_carveout_allocate() argument
39 container_of(heap, struct ion_carveout_heap, heap); in ion_carveout_allocate()
51 struct ion_carveout_heap *carveout_heap = in ion_carveout_free()
52 container_of(heap, struct ion_carveout_heap, heap); in ion_carveout_free()
151 struct ion_carveout_heap *carveout_heap; in ion_carveout_heap_create()
166 carveout_heap = kzalloc(sizeof(struct ion_carveout_heap), GFP_KERNEL); in ion_carveout_heap_create()
187 struct ion_carveout_heap *carveout_heap = in ion_carveout_heap_destroy()
188 container_of(heap, struct ion_carveout_heap, heap); in ion_carveout_heap_destroy()
DMakefile2 ion_carveout_heap.o ion_chunk_heap.o ion_cma_heap.o