Home
last modified time | relevance | path

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

/linux-4.4.14/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
197 free_buffer_page(sys_heap, buffer, sg_page(sg)); in ion_system_heap_free()
216 struct ion_system_heap *sys_heap; in ion_system_heap_shrink() local
221 sys_heap = container_of(heap, struct ion_system_heap, heap); in ion_system_heap_shrink()
227 struct ion_page_pool *pool = sys_heap->pools[i]; in ion_system_heap_shrink()
258 struct ion_system_heap *sys_heap = container_of(heap, in ion_system_heap_debug_show() local
264 struct ion_page_pool *pool = sys_heap->pools[i]; in ion_system_heap_debug_show()
[all …]