Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/android/ion/
Dion_system_heap.c125 struct ion_system_heap *sys_heap = container_of(heap, in ion_system_heap_allocate() local
144 page = alloc_largest_available(sys_heap, buffer, size_remaining, in ion_system_heap_allocate()
174 free_buffer_page(sys_heap, buffer, page); in ion_system_heap_allocate()
180 struct ion_system_heap *sys_heap = container_of(buffer->heap, in ion_system_heap_free() local
194 free_buffer_page(sys_heap, buffer, sg_page(sg)); in ion_system_heap_free()
213 struct ion_system_heap *sys_heap; in ion_system_heap_shrink() local
217 sys_heap = container_of(heap, struct ion_system_heap, heap); in ion_system_heap_shrink()
220 struct ion_page_pool *pool = sys_heap->pools[i]; in ion_system_heap_shrink()
243 struct ion_system_heap *sys_heap = container_of(heap, in ion_system_heap_debug_show() local
249 struct ion_page_pool *pool = sys_heap->pools[i]; in ion_system_heap_debug_show()
[all …]