Searched refs:alloc (Results 1201 - 1225 of 2298) sorted by relevance
1...<<41424344454647484950>>...92
/kernel/linux/linux-6.6/drivers/media/radio/ |
H A D | radio-rtrack2.c | 104 .alloc = rtrack2_alloc,
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_ialloc.h | 23 uint64_t alloc; /* inode phys. allocation bitmap for member
|
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | Makefile | 41 obj-$(CONFIG_XEN_UNPOPULATED_ALLOC) += unpopulated-alloc.o
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | memremap.h | 19 * @alloc: track pages consumed, private to vmemmap_populate() 27 unsigned long alloc; member
|
H A D | mempool.h | 23 mempool_alloc_t *alloc; member
|
/kernel/linux/linux-6.6/include/linux/sunrpc/ |
H A D | rpc_pipe_fs.h | 118 struct rpc_pipe_dir_object *(*alloc)(void *),
|
/kernel/linux/linux-6.6/include/net/page_pool/ |
H A D | types.h | 155 struct pp_alloc_cache alloc ____cacheline_aligned_in_smp;
|
/kernel/linux/linux-6.6/drivers/tee/ |
H A D | tee_shm_pool.c | 51 .alloc = pool_op_gen_alloc,
|
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | cpufreq_governor.h | 136 struct policy_dbs_info *(*alloc)(void); member
|
/kernel/linux/linux-6.6/kernel/irq/ |
H A D | ipi-mux.c | 113 .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 D | tw686x.h | 106 int (*alloc)(struct tw686x_video_channel *vc, unsigned int pb); member
|
/kernel/linux/linux-6.6/drivers/irqchip/ |
H A D | irq-riscv-intc.c | 108 .alloc = riscv_intc_domain_alloc
|
H A D | irq-nvic.c | 68 .alloc = nvic_irq_domain_alloc,
|
/kernel/linux/linux-6.6/rust/alloc/vec/ |
H A D | spec_extend.rs | 3 use crate::alloc::Allocator;
|
/kernel/linux/linux-6.6/rust/alloc/collections/ |
H A D | mod.rs | 57 use crate::alloc::{Layout, LayoutError};
|
/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_liveness.c | 67 unsigned words = BITSET_WORDS(ctx->alloc); in agx_compute_liveness()
|
/third_party/node/test/parallel/ |
H A D | test-http-agent-reuse-drained-socket-only.js | 68 const dataLargerThanTCPSendBuf = Buffer.alloc(1024 * 1024 * 64, 0);
|
H A D | test-stream3-pause-then-read.js | 49 const chunk = chunks-- > 0 ? Buffer.alloc(chunkSize, 'x') : null;
|
/third_party/node/benchmark/crypto/ |
H A D | cipher-stream.js | 51 message = Buffer.alloc(len, 'b');
|
H A D | oneshot-verify.js | 96 pems ||= [...Buffer.alloc(n)].map(() => keyFixtures[keyType].publicKey);
|
/third_party/node/benchmark/net/ |
H A D | tcp-raw-s2c.js | 45 chunk = Buffer.alloc(len, 'x');
|
H A D | tcp-raw-c2s.js | 76 chunk = Buffer.alloc(len, 'x');
|
H A D | tcp-raw-pipe.js | 73 chunk = Buffer.alloc(len, 'x');
|
/third_party/node/benchmark/buffers/ |
H A D | buffer-write.js | 75 Buffer.alloc(8) :
|
/third_party/node/benchmark/tls/ |
H A D | secure-pair.js | 18 const chunk = Buffer.alloc(size, 'b');
|
Completed in 10 milliseconds
1...<<41424344454647484950>>...92