/Linux-v4.19/drivers/staging/android/ion/ |
D | ion_heap.c | 19 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 …]
|
D | ion_system_heap.c | 43 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 …]
|
D | ion_carveout_heap.c | 21 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
|
D | ion.c | 63 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()
|
D | ion_cma_heap.c | 20 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
|
D | ion_chunk_heap.c | 18 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
|
D | ion.h | 69 struct ion_heap *heap; member
|
/Linux-v4.19/fs/ubifs/ |
D | lprops.c | 62 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
|
D | find.c | 57 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
|
D | lpt_commit.c | 808 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/ |
D | mm.c | 111 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/ |
D | mm.h | 12 u8 heap; member 44 nvkm_mm_heap_size(struct nvkm_mm *mm, u8 heap) in nvkm_mm_heap_size()
|
D | gpuobj.h | 21 struct nvkm_mm heap; member
|
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvif/ |
D | mmu.h | 15 } *heap; member 27 u8 heap; member
|
D | if0008.h | 25 __u8 heap; member
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
D | base.c | 255 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/ |
D | mmu.h | 97 } heap[4]; member 106 u8 heap; member
|
/Linux-v4.19/arch/x86/boot/compressed/ |
D | misc.c | 339 asmlinkage __visible void *extract_kernel(void *rmode, memptr heap, in extract_kernel()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | ram.c | 104 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/ |
D | nv04.c | 31 struct nvkm_mm heap; member
|
D | nv40.c | 32 struct nvkm_mm heap; member
|
/Linux-v4.19/tools/perf/util/ |
D | arm-spe.c | 32 struct auxtrace_heap heap; member
|
D | auxtrace.c | 444 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/ |
D | util.h | 42 #define init_heap(heap, _size, gfp) \ argument 52 #define free_heap(heap) \ argument
|
/Linux-v4.19/drivers/gpu/drm/nouveau/ |
D | nouveau_abi16.h | 28 struct nvkm_mm heap; member
|