Searched defs:sys_heap (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/android/ion/
H A Dion_system_heap.c127 struct ion_system_heap *sys_heap = container_of(heap, local
146 page = alloc_largest_available(sys_heap, buffer, size_remaining,
176 free_buffer_page(sys_heap, buffer, page);
182 struct ion_system_heap *sys_heap = container_of(buffer->heap, local
196 free_buffer_page(sys_heap, buffer, sg_page(sg));
215 struct ion_system_heap *sys_heap; local
219 sys_heap = container_of(heap, struct ion_system_heap, heap);
222 struct ion_page_pool *pool = sys_heap->pools[i];
245 struct ion_system_heap *sys_heap = container_of(heap, local
251 struct ion_page_pool *pool = sys_heap
301 struct ion_system_heap *sys_heap = container_of(heap, local
[all...]

Completed in 38 milliseconds