/linux/arch/riscv/kernel/ |
H A D | module-sections.c | 122 size_t scratch_size = 0; in module_frob_arch_sections() local 169 if (scratch_size_needed > scratch_size) { in module_frob_arch_sections() 170 scratch_size = scratch_size_needed; in module_frob_arch_sections() 171 scratch = kvrealloc(scratch, scratch_size, GFP_KERNEL); in module_frob_arch_sections()
|
/linux/sound/soc/intel/catpt/ |
H A D | pcm.c | 1140 u32 scratch_size = 0; in catpt_arm_stream_templates() local 1160 if (type->scratch_size > scratch_size) in catpt_arm_stream_templates() 1161 scratch_size = type->scratch_size; in catpt_arm_stream_templates() 1165 if (scratch_size) { in catpt_arm_stream_templates() 1167 res = catpt_request_region(&cdev->dram, scratch_size); in catpt_arm_stream_templates()
|
H A D | loader.c | 36 u32 scratch_size; member 454 type->scratch_size = mod->scratch_size; in catpt_load_module()
|
H A D | core.h | 54 u32 scratch_size; member
|
/linux/arch/x86/include/uapi/asm/ |
H A D | setup_data.h | 89 __u64 scratch_size; member
|
/linux/kernel/ |
H A D | kexec_handover.c | 1211 ssize_t scratch_size; in kho_fill_kimage() local 1220 scratch_size = sizeof(*kho_scratch) * kho_scratch_cnt; in kho_fill_kimage() 1224 .bufsz = scratch_size, in kho_fill_kimage() 1226 .memsz = scratch_size, in kho_fill_kimage()
|
/linux/drivers/scsi/qla2xxx/ |
H A D | qla_tmpl.h | 171 uint32_t scratch_size; member
|
H A D | qla_tmpl.c | 545 ent->t269.scratch_size = 5 * sizeof(uint32_t); in qla27xx_fwdt_entry_t269()
|
/linux/drivers/of/ |
H A D | fdt.c | 885 u64 fdt_start, fdt_size, scratch_start, scratch_size; in early_init_dt_check_kho() local 904 scratch_size = dt_mem_next_cell(dt_root_addr_cells, &p); in early_init_dt_check_kho() 906 kho_populate(fdt_start, fdt_size, scratch_start, scratch_size); in early_init_dt_check_kho()
|
/linux/drivers/scsi/ |
H A D | stex.c | 230 __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 D | ring_buffer.h | 95 unsigned long scratch_size,
|
/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | icp_qat_uclo.h | 322 unsigned int scratch_size; member
|
/linux/kernel/trace/ |
H A D | ring_buffer.c | 1685 static bool rb_meta_init(struct trace_buffer *buffer, int scratch_size) in rb_meta_init() argument 1703 ptr += scratch_size; in rb_meta_init() 2049 static void rb_range_meta_init(struct trace_buffer *buffer, int nr_pages, int scratch_size) in rb_range_meta_init() argument 2063 if (rb_meta_init(buffer, scratch_size)) in rb_range_meta_init() 2455 unsigned long scratch_size, in alloc_buffer() argument 2505 /* scratch_size needs to be aligned too */ in alloc_buffer() 2506 scratch_size = ALIGN(scratch_size, sizeof(long)); in alloc_buffer() 2511 buffers_start += scratch_size; in alloc_buffer() 2550 rb_range_meta_init(buffer, nr_pages, scratch_size); in alloc_buffer() 2624 __ring_buffer_alloc_range(unsigned long size,unsigned flags,int order,unsigned long start,unsigned long range_size,unsigned long scratch_size,struct lock_class_key * key) __ring_buffer_alloc_range() argument [all...] |
H A D | trace.c | 6118 size = tr->scratch_size; in save_mod() 9573 tr->scratch_size = size; in setup_trace_scratch() 9635 unsigned int scratch_size = 0; in allocate_trace_buffer() local 9648 tscratch = ring_buffer_meta_scratch(buf->buffer, &scratch_size); in allocate_trace_buffer() 9649 setup_trace_scratch(tr, tscratch, scratch_size); in allocate_trace_buffer()
|
H A D | trace.h | 360 int scratch_size; member
|
/linux/arch/x86/kernel/ |
H A D | kexec-bzimage64.c | 263 kho->scratch_size = image->kho.scratch->bufsz; in setup_kho()
|
H A D | setup.c | 470 kho_populate(kho->fdt_addr, kho->fdt_size, kho->scratch_addr, kho->scratch_size); in add_kho()
|
/linux/net/ipv4/ |
H A D | tcp.c | 4775 size_t scratch_size; in tcp_md5_alloc_sigpool() local 4778 scratch_size = sizeof(union tcp_md5sum_block) + sizeof(struct tcphdr); in tcp_md5_alloc_sigpool() 4779 ret = tcp_sigpool_alloc_ahash("md5", scratch_size); in tcp_md5_alloc_sigpool()
|