Symbol: kmalloc_array
sys/dev/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
401
*dump = kmalloc_array(HQD_N_REGS * 2, sizeof(uint32_t), GFP_KERNEL);
sys/dev/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
497
*dump = kmalloc_array(HQD_N_REGS * 2, sizeof(uint32_t), GFP_KERNEL);
sys/dev/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c
511
*dump = kmalloc_array(HQD_N_REGS * 2, sizeof(uint32_t), GFP_KERNEL);
sys/dev/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c
613
*dump = kmalloc_array(HQD_N_REGS * 2, sizeof(uint32_t), GFP_KERNEL);
sys/dev/drm/amd/amdgpu/amdgpu_cs.c
1148
p->post_dep_syncobjs = kmalloc_array(num_deps,
sys/dev/drm/amd/amdgpu/amdgpu_cs.c
117
chunk_array = kmalloc_array(cs->in.num_chunks, sizeof(uint64_t), GFP_KERNEL);
sys/dev/drm/amd/amdgpu/amdgpu_cs.c
144
p->chunks = kmalloc_array(p->nchunks, sizeof(struct amdgpu_cs_chunk),
sys/dev/drm/amd/amdgpu/amdgpu_cs.c
1601
fences = kmalloc_array(fence_count, sizeof(struct drm_amdgpu_fence),
sys/dev/drm/amd/amdgpu/amdgpu_debugfs.c
479
config = kmalloc_array(256, sizeof(*config), GFP_KERNEL);
sys/dev/drm/amd/amdgpu/amdgpu_debugfs.c
710
data = kmalloc_array(1024, sizeof(*data), GFP_KERNEL);
sys/dev/drm/amd/amdgpu/amdgpu_ids.c
215
fences = kmalloc_array(sizeof(void *), id_mgr->num_ids, GFP_KERNEL);
sys/dev/drm/amd/amdgpu/amdgpu_kms.c
668
regs = kmalloc_array(info->read_mmr_reg.count, sizeof(*regs), GFP_KERNEL);
sys/dev/drm/drm_blend.c
433
states = kmalloc_array(total_planes, sizeof(*states), GFP_KERNEL);
sys/dev/drm/drm_bufs.c
936
temp_pagelist = kmalloc_array(dma->page_count + (count << page_order),
sys/dev/drm/drm_crtc.c
713
connector_set = kmalloc_array(crtc_req->count_connectors,
sys/dev/drm/drm_plane.c
202
plane->format_types = kmalloc_array(format_count, sizeof(uint32_t),
sys/dev/drm/drm_plane.c
224
plane->modifiers = kmalloc_array(format_modifier_count,
sys/dev/drm/drm_syncobj.c
879
handles = kmalloc_array(count_handles, sizeof(*handles), GFP_KERNEL);
sys/dev/drm/drm_syncobj.c
889
syncobjs = kmalloc_array(count_handles, sizeof(*syncobjs), GFP_KERNEL);
sys/dev/drm/i915/i915_gem_gtt.c
768
pdp->page_directory = kmalloc_array(pdpes, sizeof(*pdp->page_directory),
sys/dev/drm/i915/i915_gpu_error.c
1171
waiter = kmalloc_array(count,
sys/dev/drm/i915/i915_gpu_error.c
1424
bo = kmalloc_array(max, sizeof(*bo), GFP_ATOMIC);
sys/dev/drm/i915/i915_gpu_error.c
1428
bo = kmalloc_array(max, sizeof(*bo), GFP_ATOMIC);
sys/dev/drm/i915/i915_perf.c
3075
oa_regs = kmalloc_array(n_regs, sizeof(*oa_regs), GFP_KERNEL);
sys/dev/drm/i915/intel_workarounds.c
607
list = kmalloc_array(ALIGN(wal->count + 1, grow), sizeof(*wa),
sys/dev/drm/ttm/ttm_page_alloc_dma.c
417
pages_to_free = kmalloc_array(npages_to_free,
sys/dev/drm/ttm/ttm_page_alloc_dma.c
708
caching_array = kmalloc_array(max_cpages, sizeof(struct page *),