/linux/drivers/dma-buf/ |
H A D | dma-heap.c | 51 static int dma_heap_buffer_alloc(struct dma_heap *heap, size_t len, in dma_heap_buffer_alloc() 80 struct dma_heap *heap; in dma_heap_open() local 98 struct dma_heap *heap = file->private_data; in dma_heap_ioctl_allocate() local 201 void *dma_heap_get_drvdata(struct dma_heap *heap) in dma_heap_get_drvdata() 213 const char *dma_heap_get_name(struct dma_heap *heap) in dma_heap_get_name() 224 struct dma_heap *heap, *h, *err_ret; in dma_heap_add() local
|
/linux/fs/ubifs/ |
H A D | lprops.c | 50 static void move_up_lpt_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, in move_up_lpt_heap() 87 static void adjust_lpt_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, in adjust_lpt_heap() 169 struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1]; in add_to_lpt_heap() local 217 struct ubifs_lpt_heap *heap; in remove_from_lpt_heap() local 246 struct ubifs_lpt_heap *heap; in lpt_heap_replace() local 442 struct ubifs_lpt_heap *heap; in change_category() local 757 struct ubifs_lpt_heap *heap; in ubifs_fast_find_free() local 928 struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1]; in dbg_check_cats() local 950 void dbg_check_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, int cat, in dbg_check_heap() 1072 struct ubifs_lpt_heap *heap = &c->lpt_heap[cat - 1]; in scan_check_cb() local
|
H A D | find.c | 45 struct ubifs_lpt_heap *heap; in valuable() local 130 struct ubifs_lpt_heap *heap; in scan_for_dirty() local 226 struct ubifs_lpt_heap *heap, *idx_heap; in ubifs_find_dirty_leb() local 401 struct ubifs_lpt_heap *heap; in do_find_free_space() local 820 struct ubifs_lpt_heap *heap; in find_dirty_idx_leb() local
|
H A D | lpt_commit.c | 764 struct ubifs_lpt_heap *heap; in populate_lsave() local 1966 struct ubifs_lpt_heap *heap; in dbg_populate_lsave() local
|
H A D | lpt.c | 2266 struct ubifs_lpt_heap *heap; in dbg_chk_pnode() local
|
H A D | debug.c | 907 void ubifs_dump_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, int cat) in ubifs_dump_heap()
|
/linux/drivers/gpu/drm/nouveau/nvkm/core/ |
H A 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/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | mm.h | 12 u8 heap; member 44 nvkm_mm_heap_size(struct nvkm_mm *mm, u8 heap) in nvkm_mm_heap_size()
|
H A D | gpuobj.h | 21 struct nvkm_mm heap; member
|
/linux/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | mmu.h | 16 } *heap; member 28 u8 heap; member
|
H A D | if0008.h | 25 __u8 heap; member
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A 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/drivers/dma-buf/heaps/ |
H A D | cma_heap.c | 27 struct dma_heap *heap; member 32 struct cma_heap *heap; member 275 static struct dma_buf *cma_heap_allocate(struct dma_heap *heap, in cma_heap_allocate()
|
/linux/tools/include/nolibc/ |
H A D | stdlib.h | 94 struct nolibc_heap *heap; in free() local 129 struct nolibc_heap *heap; in malloc() local 163 struct nolibc_heap *heap; in realloc() local
|
/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_abi16.h | 28 struct nvkm_mm heap; member
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/ |
H A D | nv04.c | 32 struct nvkm_mm heap; member
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | ram.c | 148 nvkm_ram_get(struct nvkm_device *device, u8 heap, u8 type, u8 rpage, u64 size, in nvkm_ram_get()
|
/linux/drivers/md/bcache/ |
H A D | util.h | 39 #define init_heap(heap, _size, gfp) \ argument 49 #define free_heap(heap) \ argument
|
/linux/drivers/gpu/drm/lima/ |
H A D | lima_sched.h | 30 struct lima_bo *heap; member
|
/linux/fs/bcachefs/ |
H A D | util.h | 71 #define init_heap(heap, _size, gfp) \ argument 79 #define free_heap(heap) \ argument
|
/linux/drivers/gpu/drm/imagination/ |
H A D | pvr_vm.c | 1049 struct drm_pvr_heap heap = pvr_heaps[i]; in pvr_heap_info_get() local
|
/linux/lib/zlib_deflate/ |
H A D | defutil.h | 181 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member
|
/linux/tools/testing/selftests/sgx/ |
H A D | main.c | 390 struct encl_segment *heap; variable
|
/linux/drivers/md/dm-vdo/ |
H A D | repair.c | 174 struct replay_heap *heap = &repair->replay_heap; in sort_next_heap_element() local
|
/linux/tools/perf/util/ |
H A D | cs-etm.c | 46 struct auxtrace_heap heap; member [all...] |