Home
last modified time | relevance | path

Searched refs:alloc (Results 1376 - 1400 of 2301) sorted by relevance

1...<<51525354555657585960>>...93

/kernel/linux/linux-6.6/drivers/xen/
H A Dswiotlb-xen.c389 .alloc = xen_swiotlb_alloc_coherent,
392 .alloc = dma_direct_alloc,
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/core/
H A Dintr.c362 device->intr.alloc = true; in nvkm_intr_install()
377 if (device->intr.alloc) in nvkm_intr_dtor()
/kernel/linux/linux-6.6/drivers/irqchip/
H A Dirq-armada-370-xp.c277 .alloc = armada_370_xp_msi_alloc,
424 .alloc = armada_370_xp_ipi_alloc,
/kernel/linux/linux-6.6/rust/kernel/
H A Dinit.rs217 use alloc::boxed::Box;
219 alloc::AllocError,
294 /// # use core::{alloc::AllocError, pin::Pin};
320 /// # use core::{alloc::AllocError, pin::Pin};
/kernel/linux/linux-6.6/tools/perf/util/
H A Dtime-utils.c401 goto alloc; in perf_time__range_alloc()
413 alloc: in perf_time__range_alloc()
/kernel/linux/linux-6.6/mm/
H A Dmemremap.c152 WARN_ONCE(pgmap->altmap.alloc, "failed to free all reserved pages\n"); in memunmap_pages()
435 altmap->alloc -= nr_pfns; in vmem_altmap_free()
/test/xts/hats/hdf/codec/hdi_idlomx/
H A Dcodec_function_utils.cpp121 AllocInfo alloc = {.width = WIDTH, in FillCodecBufferWithBufferHandle() local
131 auto ret = buffer_->AllocMem(alloc, bufferHandle); in FillCodecBufferWithBufferHandle()
/third_party/ffmpeg/libavdevice/
H A Ddshow_pin.c272 long WINAPI ff_dshow_meminputpin_GetAllocator(DShowMemInputPin *this, IMemAllocator **alloc) in ff_dshow_meminputpin_GetAllocator() argument
277 long WINAPI ff_dshow_meminputpin_NotifyAllocator(DShowMemInputPin *this, IMemAllocator *alloc, in ff_dshow_meminputpin_NotifyAllocator() argument
/third_party/libunwind/libunwind/src/ia64/
H A DGinstall_cursor.S58 alloc r3 = ar.pfs, 7, 0, 0, 0
256 alloc r3 = ar.pfs, 0, 0, 0, 0 // drop register frame
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_compiler.h388 unsigned alloc; member
427 return agx_get_index(ctx->alloc++, size); in agx_temp()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_pass.c176 vk_alloc2(&device->vk.alloc, pAllocator, subpass_attachment_bytes, 8, in v3dv_CreateRenderPass2()
310 vk_free2(&device->vk.alloc, pAllocator, pass->subpass_attachments); in v3dv_DestroyRenderPass()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_combine_constants.cpp511 fs_reg reg(VGRF, alloc.allocate(1)); in opt_combine_constants()
545 reg.nr = alloc.allocate(1); in opt_combine_constants()
H A Dbrw_fs_cse.cpp110 return !is_coalescing_payload(v->alloc, inst); in is_expression()
294 entry->tmp = fs_reg(VGRF, alloc.allocate(written), in opt_cse_local()
H A Dbrw_ir_fs.h683 is_coalescing_payload(const brw::simple_allocator &alloc, const fs_inst *inst)
687 alloc.sizes[inst->src[0].nr] * REG_SIZE == inst->size_written;
/third_party/node/test/parallel/
H A Dtest-webcrypto-export-import-ec.js342 Buffer.alloc(1, 0x04),
351 Buffer.alloc(1, 0x03),
/third_party/node/test/common/
H A Ddns.js167 const buf = Buffer.alloc(16);
189 }).concat([Buffer.alloc(1)]));
/third_party/mesa3d/src/intel/vulkan/
H A Danv_pipeline_cache.c53 vk_free(&device->vk.alloc, shader); in anv_shader_bin_destroy()
96 if (!vk_multialloc_alloc(&ma, &device->vk.alloc, in anv_shader_bin_create()
/third_party/node/deps/npm/node_modules/jsonparse/
H A Djsonparse.js59 this.stringBuffer = Buffer.alloc ? Buffer.alloc(STRING_BUFFER_SIZE) : new Buffer(STRING_BUFFER_SIZE);
/third_party/lwip/src/core/
H A Daltcp.c196 if (allocator->alloc == NULL) { in altcp_new_ip_type()
200 conn = allocator->alloc(allocator->arg, ip_type); in altcp_new_ip_type()
/third_party/mksh/
H A Dos2.c302 x_name = alloc(x_namelen, ATEMP); in access_stat_ex()
518 tp = alloc(offsetof(struct temp, tffn[0]) + strlen(name) + 1, APERM); in add_temp()
/third_party/node/deps/openssl/openssl/crypto/
H A Dia64cpuid.S67 { .mib; alloc r2=ar.pfs,0,96,0,96
189 { .mib; alloc r2=ar.pfs,3,5,0,8
H A Dparam_build.c52 int size, size_t alloc, int type, in param_push()
64 pd->alloc_blocks = ossl_param_bytes_to_blocks(alloc); in param_push()
51 param_push(OSSL_PARAM_BLD *bld, const char *key, int size, size_t alloc, int type, int secure) param_push() argument
/third_party/openssl/crypto/
H A Dia64cpuid.S67 { .mib; alloc r2=ar.pfs,0,96,0,96
189 { .mib; alloc r2=ar.pfs,3,5,0,8
H A Dparam_build.c52 int size, size_t alloc, int type, in param_push()
64 pd->alloc_blocks = ossl_param_bytes_to_blocks(alloc); in param_push()
51 param_push(OSSL_PARAM_BLD *bld, const char *key, int size, size_t alloc, int type, int secure) param_push() argument
/third_party/skia/src/gpu/ops/
H A DPathInnerTriangulateOp.cpp417 GrEagerDynamicVertexAllocator alloc(flushState, &fFanBuffer, &fBaseFanVertex); in onPrepare()
418 fFanVertexCount = fFanTriangulator->polysToTriangles(fFanPolys, &alloc, &fFanBreadcrumbs); in onPrepare()

Completed in 20 milliseconds

1...<<51525354555657585960>>...93