Home
last modified time | relevance | path

Searched refs:scratch_size (Results 1 – 19 of 19) sorted by relevance

/linux/arch/riscv/kernel/
H A Dmodule-sections.c123 size_t scratch_size = 0; in module_frob_arch_sections() local
170 if (scratch_size_needed > scratch_size) { in module_frob_arch_sections()
171 scratch_size = scratch_size_needed; in module_frob_arch_sections()
172 new_scratch = kvrealloc(scratch, scratch_size, GFP_KERNEL); in module_frob_arch_sections()
/linux/sound/soc/intel/catpt/
H A Dpcm.c1148 u32 scratch_size = 0; in catpt_arm_stream_templates()
1168 if (type->scratch_size > scratch_size) in catpt_arm_stream_templates()
1169 scratch_size = type->scratch_size; in catpt_arm_stream_templates()
1173 if (scratch_size) { in catpt_arm_stream_templates()
1175 res = catpt_request_region(&cdev->dram, scratch_size); in catpt_arm_stream_templates()
1151 u32 scratch_size = 0; catpt_arm_stream_templates() local
H A Dloader.c36 u32 scratch_size; member
454 type->scratch_size = mod->scratch_size; in catpt_load_module()
H A Dcore.h54 u32 scratch_size; member
/linux/arch/x86/include/uapi/asm/
H A Dsetup_data.h89 __u64 scratch_size; member
/linux/net/ipv4/
H A Dtcp_sigpool.c157 int tcp_sigpool_alloc_ahash(const char *alg, size_t scratch_size) in tcp_sigpool_alloc_ahash() argument
163 ret = sigpool_reserve_scratch(scratch_size); in tcp_sigpool_alloc_ahash()
H A Dtcp.c4823 size_t scratch_size; tcp_md5_alloc_sigpool() local
/linux/drivers/scsi/qla2xxx/
H A Dqla_tmpl.h171 uint32_t scratch_size; member
H A Dqla_tmpl.c545 ent->t269.scratch_size = 5 * sizeof(uint32_t); in qla27xx_fwdt_entry_t269()
/linux/kernel/liveupdate/
H A Dkexec_handover.c1534 ssize_t scratch_size; in kho_fill_kimage() local
1543 scratch_size = sizeof(*kho_scratch) * kho_scratch_cnt; in kho_fill_kimage()
1547 .bufsz = scratch_size, in kho_fill_kimage()
1549 .memsz = scratch_size, in kho_fill_kimage()
/linux/drivers/scsi/
H A Dstex.c230 __le32 scratch_size; member
1115 u32 data, scratch_size, mailboxdata, operationaldata; in stex_ss_handshake() local
1160 scratch_size = (hba->sts_count+1)*sizeof(u32); in stex_ss_handshake()
1161 h->scratch_size = cpu_to_le32(scratch_size); in stex_ss_handshake()
1214 memset(scratch, 0, scratch_size); in stex_ss_handshake()
/linux/include/linux/
H A Dring_buffer.h95 unsigned long scratch_size,
/linux/kernel/trace/
H A Dring_buffer.c1720 static bool rb_meta_init(struct trace_buffer *buffer, int scratch_size) in rb_meta_init() argument
1738 ptr += scratch_size; in rb_meta_init()
2084 static void rb_range_meta_init(struct trace_buffer *buffer, int nr_pages, int scratch_size) in rb_range_meta_init() argument
2098 if (rb_meta_init(buffer, scratch_size)) in rb_range_meta_init()
2471 unsigned long scratch_size, in alloc_buffer() argument
2522 scratch_size = ALIGN(scratch_size, sizeof(long)); in alloc_buffer()
2527 buffers_start += scratch_size; in alloc_buffer()
2566 rb_range_meta_init(buffer, nr_pages, scratch_size); in alloc_buffer()
2640 unsigned long scratch_size, in __ring_buffer_alloc_range() argument
2644 scratch_size, key); in __ring_buffer_alloc_range()
H A Dtrace.c6176 size = tr->scratch_size; in save_mod()
10056 tr->scratch_size = size; in setup_trace_scratch()
10118 unsigned int scratch_size = 0; in allocate_trace_buffer() local
10131 tscratch = ring_buffer_meta_scratch(buf->buffer, &scratch_size); in allocate_trace_buffer()
10132 setup_trace_scratch(tr, tscratch, scratch_size); in allocate_trace_buffer()
H A Dtrace.h363 int scratch_size; member
/linux/arch/x86/boot/compressed/
H A Dkaslr.c782 nr_areas = kho->scratch_size / sizeof(*kho_scratch); in process_kho_entries()
/linux/arch/x86/kernel/
H A Dkexec-bzimage64.c287 kho->scratch_size = image->kho.scratch->bufsz; in setup_kho()
H A Dsetup.c470 kho_populate(kho->fdt_addr, kho->fdt_size, kho->scratch_addr, kho->scratch_size); in add_kho()
/linux/include/net/
H A Dtcp.h1924 int tcp_sigpool_alloc_ahash(const char *alg, size_t scratch_size);