Home
last modified time | relevance | path

Searched refs:alloc (Results 1201 - 1225 of 2298) sorted by relevance

1...<<41424344454647484950>>...92

/kernel/linux/linux-6.6/drivers/media/radio/
H A Dradio-rtrack2.c104 .alloc = rtrack2_alloc,
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_ialloc.h23 uint64_t alloc; /* inode phys. allocation bitmap for member
/kernel/linux/linux-6.6/drivers/xen/
H A DMakefile41 obj-$(CONFIG_XEN_UNPOPULATED_ALLOC) += unpopulated-alloc.o
/kernel/linux/linux-6.6/include/linux/
H A Dmemremap.h19 * @alloc: track pages consumed, private to vmemmap_populate()
27 unsigned long alloc; member
H A Dmempool.h23 mempool_alloc_t *alloc; member
/kernel/linux/linux-6.6/include/linux/sunrpc/
H A Drpc_pipe_fs.h118 struct rpc_pipe_dir_object *(*alloc)(void *),
/kernel/linux/linux-6.6/include/net/page_pool/
H A Dtypes.h155 struct pp_alloc_cache alloc ____cacheline_aligned_in_smp;
/kernel/linux/linux-6.6/drivers/tee/
H A Dtee_shm_pool.c51 .alloc = pool_op_gen_alloc,
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dcpufreq_governor.h136 struct policy_dbs_info *(*alloc)(void); member
/kernel/linux/linux-6.6/kernel/irq/
H A Dipi-mux.c113 .alloc = ipi_mux_domain_alloc,
190 pr_err("unable to alloc IRQs from IPI Mux domain\n"); in ipi_mux_create()
/kernel/linux/linux-6.6/drivers/media/pci/tw686x/
H A Dtw686x.h106 int (*alloc)(struct tw686x_video_channel *vc, unsigned int pb); member
/kernel/linux/linux-6.6/drivers/irqchip/
H A Dirq-riscv-intc.c108 .alloc = riscv_intc_domain_alloc
H A Dirq-nvic.c68 .alloc = nvic_irq_domain_alloc,
/kernel/linux/linux-6.6/rust/alloc/vec/
H A Dspec_extend.rs3 use crate::alloc::Allocator;
/kernel/linux/linux-6.6/rust/alloc/collections/
H A Dmod.rs57 use crate::alloc::{Layout, LayoutError};
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_liveness.c67 unsigned words = BITSET_WORDS(ctx->alloc); in agx_compute_liveness()
/third_party/node/test/parallel/
H A Dtest-http-agent-reuse-drained-socket-only.js68 const dataLargerThanTCPSendBuf = Buffer.alloc(1024 * 1024 * 64, 0);
H A Dtest-stream3-pause-then-read.js49 const chunk = chunks-- > 0 ? Buffer.alloc(chunkSize, 'x') : null;
/third_party/node/benchmark/crypto/
H A Dcipher-stream.js51 message = Buffer.alloc(len, 'b');
H A Doneshot-verify.js96 pems ||= [...Buffer.alloc(n)].map(() => keyFixtures[keyType].publicKey);
/third_party/node/benchmark/net/
H A Dtcp-raw-s2c.js45 chunk = Buffer.alloc(len, 'x');
H A Dtcp-raw-c2s.js76 chunk = Buffer.alloc(len, 'x');
H A Dtcp-raw-pipe.js73 chunk = Buffer.alloc(len, 'x');
/third_party/node/benchmark/buffers/
H A Dbuffer-write.js75 Buffer.alloc(8) :
/third_party/node/benchmark/tls/
H A Dsecure-pair.js18 const chunk = Buffer.alloc(size, 'b');

Completed in 10 milliseconds

1...<<41424344454647484950>>...92