Searched refs:heap (Results 1 – 1 of 1) sorted by relevance
40 struct ion_heap *heap; member65 int (*allocate)(struct ion_heap *heap,69 int (*shrink)(struct ion_heap *heap, gfp_t gfp_mask, int nr_to_scan);145 #define ion_device_add_heap(heap) __ion_device_add_heap(heap, THIS_MODULE) argument156 int __ion_device_add_heap(struct ion_heap *heap, struct module *owner);163 void ion_device_remove_heap(struct ion_heap *heap);173 int ion_heap_init_shrinker(struct ion_heap *heap);183 int ion_heap_init_deferred_free(struct ion_heap *heap);192 void ion_heap_freelist_add(struct ion_heap *heap, struct ion_buffer *buffer);204 size_t ion_heap_freelist_drain(struct ion_heap *heap, size_t size);[all …]