Searched refs:ION_HEAP_FLAG_DEFER_FREE (Results 1 – 6 of 6) sorted by relevance
83 if (!(heap->flags & ION_HEAP_FLAG_DEFER_FREE)) in ion_buffer_create()132 if (heap->flags & ION_HEAP_FLAG_DEFER_FREE) in _ion_buffer_destroy()539 if (heap->flags & ION_HEAP_FLAG_DEFER_FREE) in ion_device_add_heap()542 if ((heap->flags & ION_HEAP_FLAG_DEFER_FREE) || heap->ops->shrink) { in ion_device_add_heap()
135 carveout_heap->heap.flags = ION_HEAP_FLAG_DEFER_FREE; in ion_carveout_heap_create()
130 #define ION_HEAP_FLAG_DEFER_FREE BIT(0) macro
143 chunk_heap->heap.flags = ION_HEAP_FLAG_DEFER_FREE; in ion_chunk_heap_create()
288 if (heap->flags & ION_HEAP_FLAG_DEFER_FREE) in ion_heap_shrink_scan()
279 heap->heap.flags = ION_HEAP_FLAG_DEFER_FREE; in __ion_system_heap_create()