Home
last modified time | relevance | path

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

/drivers/staging/android/ion/
Dion_carveout_heap.c180 carveout_heap->heap.flags = ION_HEAP_FLAG_DEFER_FREE; in ion_carveout_heap_create()
Dion_priv.h132 #define ION_HEAP_FLAG_DEFER_FREE (1 << 0) macro
Dion_chunk_heap.c175 chunk_heap->heap.flags = ION_HEAP_FLAG_DEFER_FREE; in ion_chunk_heap_create()
Dion.c199 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()
Dion_heap.c296 if (heap->flags & ION_HEAP_FLAG_DEFER_FREE) in ion_heap_shrink_scan()
Dion_system_heap.c290 heap->heap.flags = ION_HEAP_FLAG_DEFER_FREE; in ion_system_heap_create()