Searched refs:heaps (Results 1 – 10 of 10) sorted by relevance
362 plist_for_each_entry(heap, &dev->heaps, node) { in ion_alloc()399 struct ion_heap_data __user *buffer = u64_to_user_ptr(query->heaps); in ion_query_heaps()418 plist_for_each_entry(heap, &dev->heaps, node) { in ion_query_heaps()616 plist_add(&heap->node, &dev->heaps); in ion_device_add_heap()645 plist_head_init(&idev->heaps); in ion_device_create()
25 Choose this option to enable CMA heaps with Ion. This heap is backed
65 struct plist_head heaps; member
62 Choose this option to enable the DMA-BUF userland memory heaps.67 source "drivers/dma-buf/heaps/Kconfig"
5 obj-$(CONFIG_DMABUF_HEAPS) += heaps/
102 __u64 heaps; /* buffer to be populated */ member
109 __u64 heaps; /* buffer to be populated */ member
71 query.heaps = (unsigned long int)&heap_data[0]; in ion_export_buffer_fd()
21 By default only the SYSTEM and SYSTEM_CONTIG heaps are supported.
5275 F: drivers/dma-buf/heaps/*