Searched refs:ION_HEAP_FLAG_DEFER_FREE (Results 1 – 6 of 6) sorted by relevance
180 carveout_heap->heap.flags = ION_HEAP_FLAG_DEFER_FREE; in ion_carveout_heap_create()
132 #define ION_HEAP_FLAG_DEFER_FREE (1 << 0) macro
175 chunk_heap->heap.flags = ION_HEAP_FLAG_DEFER_FREE; in ion_chunk_heap_create()
199 if (!(heap->flags & ION_HEAP_FLAG_DEFER_FREE)) in ion_buffer_create()293 if (heap->flags & ION_HEAP_FLAG_DEFER_FREE) in _ion_buffer_destroy()1499 if (heap->flags & ION_HEAP_FLAG_DEFER_FREE) in ion_debug_heap_show()1569 if (heap->flags & ION_HEAP_FLAG_DEFER_FREE) in ion_device_add_heap()1572 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()
290 heap->heap.flags = ION_HEAP_FLAG_DEFER_FREE; in ion_system_heap_create()