Searched refs:ion_system_heap (Results 1 – 2 of 2) sorted by relevance
50 struct ion_system_heap { struct55 static struct page *alloc_buffer_page(struct ion_system_heap *heap, in alloc_buffer_page() argument80 static void free_buffer_page(struct ion_system_heap *heap, in free_buffer_page()96 static struct page *alloc_largest_available(struct ion_system_heap *heap, in alloc_largest_available()125 struct ion_system_heap *sys_heap = container_of(heap, in ion_system_heap_allocate()126 struct ion_system_heap, in ion_system_heap_allocate()180 struct ion_system_heap *sys_heap = container_of(buffer->heap, in ion_system_heap_free()181 struct ion_system_heap, in ion_system_heap_free()213 struct ion_system_heap *sys_heap; in ion_system_heap_shrink()217 sys_heap = container_of(heap, struct ion_system_heap, heap); in ion_system_heap_shrink()[all …]
1 obj-$(CONFIG_ION) += ion.o ion_heap.o ion_page_pool.o ion_system_heap.o \