Home
last modified time | relevance | path

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

/drivers/staging/android/ion/
Dion_system_heap.c50 struct ion_system_heap { struct
55 static struct page *alloc_buffer_page(struct ion_system_heap *heap, in alloc_buffer_page() argument
80 static void free_buffer_page(struct ion_system_heap *heap, in free_buffer_page()
98 static struct page *alloc_largest_available(struct ion_system_heap *heap, in alloc_largest_available()
127 struct ion_system_heap *sys_heap = container_of(heap, in ion_system_heap_allocate()
128 struct ion_system_heap, in ion_system_heap_allocate()
182 struct ion_system_heap *sys_heap = container_of(buffer->heap, in ion_system_heap_free()
183 struct ion_system_heap, in ion_system_heap_free()
215 struct ion_system_heap *sys_heap; in ion_system_heap_shrink()
219 sys_heap = container_of(heap, struct ion_system_heap, heap); in ion_system_heap_shrink()
[all …]
DMakefile1 obj-$(CONFIG_ION) += ion.o ion_heap.o ion_page_pool.o ion_system_heap.o \