Home
last modified time | relevance | path

Searched refs:alloc_buffer (Results 1 – 25 of 111) sorted by relevance

12345

/aosp_15_r20/external/coreboot/util/cbfstool/
H A Difwitool.c368 static void alloc_buffer(struct buffer *b, size_t s, const char *n) in alloc_buffer() function
689 alloc_buffer(buf, e[i].size, subparts[type].name); in read_subpart_buf()
710 alloc_buffer(b, get_bpdt_size(&bpdt_header), name); in alloc_bpdt_buffer()
824 alloc_buffer(subpart_dir_buf, subpart_dir_size(&hdr), "Subpart Dir"); in parse_subpart_dir()
935 alloc_buffer(&temp, size, b->name); in __bpdt_reset()
1037 alloc_buffer(&temp, size, b->name); in pad_buffer()
1200 alloc_buffer(&b, file_end, "Final-IFWI"); in ifwi_write()
1386 alloc_buffer(&subpart_dir_buff, size, "subpart-dir"); in create_subpart()
1401 alloc_buffer(dst, curr_offset, name); in create_subpart()
1433 alloc_buffer(&manifest, size, "IBBP.man"); in ibbp_dir_add()
[all …]
/aosp_15_r20/external/libdrm/amdgpu/
H A Damdgpu_bo.c71 struct amdgpu_bo_alloc_request *alloc_buffer, in amdgpu_bo_alloc() argument
78 args.in.bo_size = alloc_buffer->alloc_size; in amdgpu_bo_alloc()
79 args.in.alignment = alloc_buffer->phys_alignment; in amdgpu_bo_alloc()
82 args.in.domains = alloc_buffer->preferred_heap; in amdgpu_bo_alloc()
83 args.in.domain_flags = alloc_buffer->flags; in amdgpu_bo_alloc()
92 r = amdgpu_bo_create(dev, alloc_buffer->alloc_size, args.out.handle, in amdgpu_bo_alloc()
H A Damdgpu.h602 struct amdgpu_bo_alloc_request *alloc_buffer,
/aosp_15_r20/external/erofs-utils/lib/
H A Dxattr.c1126 int (*alloc_buffer)(struct xattr_iter *_it, unsigned int value_sz); member
1251 if (op->alloc_buffer) { in xattr_foreach()
1252 err = op->alloc_buffer(it, value_sz); in xattr_foreach()
1360 .alloc_buffer = xattr_checkbuffer,
1517 .alloc_buffer = xattr_skipvalue,
/aosp_15_r20/external/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_cs.cpp273 struct amdgpu_bo_alloc_request alloc_buffer = {}; in amdgpu_ctx_create() local
290 alloc_buffer.alloc_size = ctx->aws->info.gart_page_size; in amdgpu_ctx_create()
291 alloc_buffer.phys_alignment = ctx->aws->info.gart_page_size; in amdgpu_ctx_create()
292 alloc_buffer.preferred_heap = AMDGPU_GEM_DOMAIN_GTT; in amdgpu_ctx_create()
294 r = amdgpu_bo_alloc(ctx->aws->dev, &alloc_buffer, &buf_handle); in amdgpu_ctx_create()
306 memset(ctx->user_fence_cpu_address_base, 0, alloc_buffer.alloc_size); in amdgpu_ctx_create()
/aosp_15_r20/external/pytorch/aten/src/ATen/mps/
H A DMPSAllocator.mm133 bool MPSHeapAllocatorImpl::alloc_buffer(AllocParams& params) {
252 alloc_buffer(params) ||
258 (release_available_cached_buffers(params) && alloc_buffer(params)) ||
260 (release_cached_buffers() && alloc_buffer(params));
H A DMPSAllocator.h373 bool alloc_buffer(AllocParams& params);
/aosp_15_r20/external/mesa3d/src/panfrost/lib/genxml/
H A Dcs_builder.h90 struct cs_buffer (*alloc_buffer)(void *cookie); member
447 b->root_chunk.buffer = b->conf.alloc_buffer(b->conf.cookie); in cs_alloc_ins()
462 struct cs_buffer newbuf = b->conf.alloc_buffer(b->conf.cookie); in cs_alloc_ins()
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DTCPStoreLibUvBackend.cpp102 static void alloc_buffer( in alloc_buffer() function in c10d::detail::UvTcpSocket
148 int res = uv_read_start((uv_stream_t*)&client, alloc_buffer, read_callback); in startRead()
/aosp_15_r20/external/pytorch/c10/cuda/
H A DCUDACachingAllocator.cpp1064 RingBuffer<TraceEntry> alloc_buffer; member in c10::cuda::CUDACachingAllocator::Native::DeviceCachingAllocator
1105 alloc_buffer.setMaxEntries(alloc_buffer_max_entries); in recordHistory()
1108 alloc_buffer.clear(); in recordHistory()
1970 alloc_buffer.getEntries(result); in trace()
3121 alloc_buffer.insertEntries(te); in record_trace()
/aosp_15_r20/system/memory/libmeminfo/testdata1/
Dvmallocinfo1404 0x0000000000000000-0x0000000000000000 8192 alloc_buffer+0x16c/0x208 pages=1 vmalloc
1405 0x0000000000000000-0x0000000000000000 8192 alloc_buffer+0x16c/0x208 pages=1 vmalloc
1407 0x0000000000000000-0x0000000000000000 8192 alloc_buffer+0x16c/0x208 pages=1 vmalloc
1411 0x0000000000000000-0x0000000000000000 8192 alloc_buffer+0x16c/0x208 pages=1 vmalloc
1412 0x0000000000000000-0x0000000000000000 8192 alloc_buffer+0x16c/0x208 pages=1 vmalloc
1413 0x0000000000000000-0x0000000000000000 8192 alloc_buffer+0x16c/0x208 pages=1 vmalloc
1417 0x0000000000000000-0x0000000000000000 8192 alloc_buffer+0x16c/0x208 pages=1 vmalloc
1418 0x0000000000000000-0x0000000000000000 8192 alloc_buffer+0x16c/0x208 pages=1 vmalloc
1419 0x0000000000000000-0x0000000000000000 8192 alloc_buffer+0x16c/0x208 pages=1 vmalloc
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/csf/
H A Dpanvk_vX_cmd_buffer.c551 .alloc_buffer = alloc_cs_buffer, in init_cs_builders()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_csf.c81 .alloc_buffer = csf_alloc_cs_buffer, in GENX()
/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_gpu_info.c279 struct amdgpu_bo_alloc_request *alloc_buffer, in amdgpu_bo_alloc() argument
/aosp_15_r20/external/bcc/libbpf-tools/riscv/
H A Dvmlinux_602.h43001 int alloc_buffer; member
43047 int alloc_buffer; member
H A Dvmlinux.h43001 int alloc_buffer; member
43047 int alloc_buffer; member
/aosp_15_r20/packages/modules/Virtualization/guest/kernel/android15-6.6/arm64/
DSystem.map22568 ffffffc08065f66c t alloc_buffer
/aosp_15_r20/packages/modules/Virtualization/guest/kernel/android15-6.6/arm64/16k/
DSystem.map22557 ffffc0008065f228 t alloc_buffer
/aosp_15_r20/kernel/prebuilts/mainline/arm64/
DSystem.map-allsyms40117 ffffffc080bd2430 t alloc_buffer
113484 ffffffc082e277f8 b alloc_buffer.__key
/aosp_15_r20/kernel/prebuilts/6.6/arm64/
DSystem.map-allsyms43261 ffffffc080c7bfbc t alloc_buffer
124722 ffffffc083120978 b alloc_buffer.__key
/aosp_15_r20/kernel/prebuilts/6.6/x86_64/
DSystem.map-allsyms83946 ffffffff81e11420 t alloc_buffer
187664 ffffffff84787118 b alloc_buffer.__key
/aosp_15_r20/packages/modules/Virtualization/guest/kernel/android15-6.6/x86_64/
DSystem.map54216 ffffffff817bd450 t alloc_buffer
/aosp_15_r20/device/google/bluejay-kernels/6.1/25Q1-12919773/
DSystem.map41027 ffffffc008b20d78 t alloc_buffer
/aosp_15_r20/device/google/akita-kernels/6.1/25Q1-12919773/
DSystem.map41027 ffffffc008b20d78 t alloc_buffer
/aosp_15_r20/device/google/caimito-kernels/6.1/25Q1-12919773/
DSystem.map41027 ffffffc008b20d78 t alloc_buffer

12345