Searched refs:ION_HEAP_FLAG_DEFER_FREE (Results 1 – 6 of 6) sorted by relevance
129 #define ION_HEAP_FLAG_DEFER_FREE (1 << 0) macro
180 carveout_heap->heap.flags = ION_HEAP_FLAG_DEFER_FREE; in ion_carveout_heap_create()
175 chunk_heap->heap.flags = ION_HEAP_FLAG_DEFER_FREE; in ion_chunk_heap_create()
198 if (!(heap->flags & ION_HEAP_FLAG_DEFER_FREE)) in ion_buffer_create()292 if (heap->flags & ION_HEAP_FLAG_DEFER_FREE) in _ion_buffer_destroy()1448 if (heap->flags & ION_HEAP_FLAG_DEFER_FREE) in ion_debug_heap_show()1518 if (heap->flags & ION_HEAP_FLAG_DEFER_FREE) in ion_device_add_heap()1521 if ((heap->flags & ION_HEAP_FLAG_DEFER_FREE) || heap->ops->shrink) in ion_device_add_heap()
296 if (heap->flags & ION_HEAP_FLAG_DEFER_FREE) in ion_heap_shrink_scan()
288 heap->heap.flags = ION_HEAP_FLAG_DEFER_FREE; in ion_system_heap_create()