Home
last modified time | relevance | path

Searched refs:heaps (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/staging/android/ion/
DKconfig24 Choose this option to enable carveout heaps with Ion. Carveout heaps
33 Choose this option to enable chunk heaps with Ion. This heap is
42 Choose this option to enable CMA heaps with Ion. This heap is backed
Dion.c405 plist_for_each_entry(heap, &dev->heaps, node) { in ion_alloc()
442 struct ion_heap_data __user *buffer = u64_to_user_ptr(query->heaps); in ion_query_heaps()
461 plist_for_each_entry(heap, &dev->heaps, node) { in ion_query_heaps()
556 plist_add(&heap->node, &dev->heaps); in ion_device_add_heap()
595 plist_head_init(&idev->heaps); in ion_device_create()
Dion.h95 struct plist_head heaps; member
/Linux-v4.19/drivers/staging/android/
DTODO9 - Add dt-bindings for remaining heaps (chunk and carveout heaps). This would
/Linux-v4.19/drivers/staging/android/uapi/
Dion.h102 __u64 heaps; /* buffer to be populated */ member
/Linux-v4.19/tools/testing/selftests/android/ion/
Dion.h118 __u64 heaps; /* buffer to be populated */ member
Dionutils.c71 query.heaps = (unsigned long int)&heap_data[0]; in ion_export_buffer_fd()
DREADME21 By default only the SYSTEM and SYSTEM_CONTIG heaps are supported.