Home
last modified time | relevance | path

Searched defs:heap (Results 1 – 25 of 33) sorted by relevance

12

/Linux-v4.19/drivers/staging/android/ion/
Dion_heap.c19 void *ion_heap_map_kernel(struct ion_heap *heap, in ion_heap_map_kernel()
57 void ion_heap_unmap_kernel(struct ion_heap *heap, in ion_heap_unmap_kernel()
63 int ion_heap_map_user(struct ion_heap *heap, struct ion_buffer *buffer, in ion_heap_map_user()
155 void ion_heap_freelist_add(struct ion_heap *heap, struct ion_buffer *buffer) in ion_heap_freelist_add()
164 size_t ion_heap_freelist_size(struct ion_heap *heap) in ion_heap_freelist_size()
175 static size_t _ion_heap_freelist_drain(struct ion_heap *heap, size_t size, in _ion_heap_freelist_drain()
207 size_t ion_heap_freelist_drain(struct ion_heap *heap, size_t size) in ion_heap_freelist_drain()
212 size_t ion_heap_freelist_shrink(struct ion_heap *heap, size_t size) in ion_heap_freelist_shrink()
219 struct ion_heap *heap = data; in ion_heap_deferred_free() local
243 int ion_heap_init_deferred_free(struct ion_heap *heap) in ion_heap_init_deferred_free()
[all …]
Dion_system_heap.c43 struct ion_heap heap; member
47 static struct page *alloc_buffer_page(struct ion_system_heap *heap, in alloc_buffer_page()
56 static void free_buffer_page(struct ion_system_heap *heap, in free_buffer_page()
73 static struct page *alloc_largest_available(struct ion_system_heap *heap, in alloc_largest_available()
97 static int ion_system_heap_allocate(struct ion_heap *heap, in ion_system_heap_allocate()
171 static int ion_system_heap_shrink(struct ion_heap *heap, gfp_t gfp_mask, in ion_system_heap_shrink()
215 static int ion_system_heap_debug_show(struct ion_heap *heap, struct seq_file *s, in ion_system_heap_debug_show()
272 struct ion_system_heap *heap; in __ion_system_heap_create() local
294 struct ion_heap *heap; in ion_system_heap_create() local
306 static int ion_system_contig_heap_allocate(struct ion_heap *heap, in ion_system_contig_heap_allocate()
[all …]
Dion_carveout_heap.c21 struct ion_heap heap; member
26 static phys_addr_t ion_carveout_allocate(struct ion_heap *heap, in ion_carveout_allocate()
39 static void ion_carveout_free(struct ion_heap *heap, phys_addr_t addr, in ion_carveout_free()
50 static int ion_carveout_heap_allocate(struct ion_heap *heap, in ion_carveout_heap_allocate()
86 struct ion_heap *heap = buffer->heap; in ion_carveout_heap_free() local
Dion.c63 static struct ion_buffer *ion_buffer_create(struct ion_heap *heap, in ion_buffer_create()
125 struct ion_heap *heap = buffer->heap; in _ion_buffer_destroy() local
386 struct ion_heap *heap; in ion_alloc() local
444 struct ion_heap *heap; in ion_query_heaps() local
494 struct ion_heap *heap = data; in debug_shrink_set() local
512 struct ion_heap *heap = data; in debug_shrink_get() local
527 void ion_device_add_heap(struct ion_heap *heap) in ion_device_add_heap()
Dion_cma_heap.c20 struct ion_heap heap; member
27 static int ion_cma_allocate(struct ion_heap *heap, struct ion_buffer *buffer, in ion_cma_allocate()
125 struct ion_heap *heap; in __ion_add_cma_heaps() local
Dion_chunk_heap.c18 struct ion_heap heap; member
26 static int ion_chunk_heap_allocate(struct ion_heap *heap, in ion_chunk_heap_allocate()
82 struct ion_heap *heap = buffer->heap; in ion_chunk_heap_free() local
Dion.h69 struct ion_heap *heap; member
/Linux-v4.19/fs/ubifs/
Dlprops.c62 static void move_up_lpt_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, in move_up_lpt_heap()
99 static void adjust_lpt_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, in adjust_lpt_heap()
181 struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1]; in add_to_lpt_heap() local
229 struct ubifs_lpt_heap *heap; in remove_from_lpt_heap() local
258 struct ubifs_lpt_heap *heap; in lpt_heap_replace() local
454 struct ubifs_lpt_heap *heap; in change_category() local
769 struct ubifs_lpt_heap *heap; in ubifs_fast_find_free() local
940 struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1]; in dbg_check_cats() local
962 void dbg_check_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, int cat, in dbg_check_heap()
1083 struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1]; in scan_check_cb() local
Dfind.c57 struct ubifs_lpt_heap *heap; in valuable() local
141 struct ubifs_lpt_heap *heap; in scan_for_dirty() local
238 struct ubifs_lpt_heap *heap, *idx_heap; in ubifs_find_dirty_leb() local
412 struct ubifs_lpt_heap *heap; in do_find_free_space() local
838 struct ubifs_lpt_heap *heap; in find_dirty_idx_leb() local
Dlpt_commit.c808 struct ubifs_lpt_heap *heap; in populate_lsave() local
2008 struct ubifs_lpt_heap *heap; in dbg_populate_lsave() local
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/core/
Dmm.c111 nvkm_mm_head(struct nvkm_mm *mm, u8 heap, u8 type, u32 size_max, u32 size_min, in nvkm_mm_head()
186 nvkm_mm_tail(struct nvkm_mm *mm, u8 heap, u8 type, u32 size_max, u32 size_min, in nvkm_mm_tail()
240 nvkm_mm_init(struct nvkm_mm *mm, u8 heap, u32 offset, u32 length, u32 block) in nvkm_mm_init()
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvkm/core/
Dmm.h12 u8 heap; member
44 nvkm_mm_heap_size(struct nvkm_mm *mm, u8 heap) in nvkm_mm_heap_size()
Dgpuobj.h21 struct nvkm_mm heap; member
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvif/
Dmmu.h15 } *heap; member
27 u8 heap; member
Dif0008.h25 __u8 heap; member
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
Dbase.c255 nvkm_mmu_type(struct nvkm_mmu *mmu, int heap, u8 type) in nvkm_mmu_type()
282 int heap; in nvkm_mmu_host() local
323 u8 heap = NVKM_MEM_VRAM; in nvkm_mmu_vram() local
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dmmu.h97 } heap[4]; member
106 u8 heap; member
/Linux-v4.19/arch/x86/boot/compressed/
Dmisc.c339 asmlinkage __visible void *extract_kernel(void *rmode, memptr heap, in extract_kernel()
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dram.c104 nvkm_ram_get(struct nvkm_device *device, u8 heap, u8 type, u8 rpage, u64 size, in nvkm_ram_get()
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
Dnv04.c31 struct nvkm_mm heap; member
Dnv40.c32 struct nvkm_mm heap; member
/Linux-v4.19/tools/perf/util/
Darm-spe.c32 struct auxtrace_heap heap; member
Dauxtrace.c444 int auxtrace_heap__add(struct auxtrace_heap *heap, unsigned int queue_nr, in auxtrace_heap__add()
467 void auxtrace_heap__free(struct auxtrace_heap *heap) in auxtrace_heap__free()
474 void auxtrace_heap__pop(struct auxtrace_heap *heap) in auxtrace_heap__pop()
/Linux-v4.19/drivers/md/bcache/
Dutil.h42 #define init_heap(heap, _size, gfp) \ argument
52 #define free_heap(heap) \ argument
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_abi16.h28 struct nvkm_mm heap; member

12