Home
last modified time | relevance | path

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

/drivers/dma-buf/
Ddma-heap.c81 struct dma_buf *dma_heap_buffer_alloc(struct dma_heap *heap, size_t len, in dma_heap_buffer_alloc()
109 int dma_heap_bufferfd_alloc(struct dma_heap *heap, size_t len, in dma_heap_bufferfd_alloc()
133 struct dma_heap *heap; in dma_heap_open() local
151 struct dma_heap *heap = file->private_data; in dma_heap_ioctl_allocate() local
248 void *dma_heap_get_drvdata(struct dma_heap *heap) in dma_heap_get_drvdata()
256 struct dma_heap *heap = container_of(ref, struct dma_heap, refcount); in dma_heap_release() local
288 struct device *dma_heap_get_dev(struct dma_heap *heap) in dma_heap_get_dev()
301 const char *dma_heap_get_name(struct dma_heap *heap) in dma_heap_get_name()
309 struct dma_heap *heap, *h, *err_ret; in dma_heap_add() local
404 struct dma_heap *heap; in dma_heap_try_get_pool_size_kb() local
[all …]
/drivers/dma-buf/heaps/
Dsystem_heap.c28 struct dma_heap *heap; member
357 static struct dma_buf *system_heap_do_allocate(struct dma_heap *heap, in system_heap_do_allocate()
457 static struct dma_buf *system_heap_allocate(struct dma_heap *heap, in system_heap_allocate()
469 static struct dma_buf *system_uncached_heap_allocate(struct dma_heap *heap, in system_uncached_heap_allocate()
478 static struct dma_buf *system_uncached_heap_not_initialized(struct dma_heap *heap, in system_uncached_heap_not_initialized()
Dcma_heap.c27 struct dma_heap *heap; member
32 struct cma_heap *heap; member
277 static struct dma_buf *cma_heap_allocate(struct dma_heap *heap, in cma_heap_allocate()
/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()
/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
/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
/drivers/gpu/drm/nouveau/include/nvif/
Dmmu.h16 } *heap; member
28 u8 heap; member
Dif0008.h25 __u8 heap; member
/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dmmu.h118 } heap[4]; member
127 u8 heap; member
/drivers/gpu/drm/nouveau/
Dnouveau_abi16.h28 struct nvkm_mm heap; member
/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
Dnv04.c31 struct nvkm_mm heap; member
Dnv40.c32 struct nvkm_mm heap; member
/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dram.c112 nvkm_ram_get(struct nvkm_device *device, u8 heap, u8 type, u8 rpage, u64 size, in nvkm_ram_get()
/drivers/md/bcache/
Dutil.h40 #define init_heap(heap, _size, gfp) \ argument
50 #define free_heap(heap) \ argument
/drivers/gpu/drm/lima/
Dlima_sched.h30 struct lima_bo *heap; member
/drivers/gpu/drm/ttm/
Dttm_resource.c331 const struct ttm_place *heap = &places[i]; in ttm_resource_places_compat() local