| /linux/arch/riscv/kernel/ |
| H A D | module-sections.c | 123 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 D | pcm.c | 1074 u32 scratch_size = 0; 1094 if (type->scratch_size > scratch_size) 1095 scratch_size = type->scratch_size; 1099 if (scratch_size) { 1101 res = catpt_request_region(&cdev->dram, scratch_size); 1140 u32 scratch_size = 0; catpt_arm_stream_templates() local
|
| H A D | loader.c | 36 u32 scratch_size; member 456 type->scratch_size = mod->scratch_size; in catpt_load_module()
|
| H A D | core.h | 54 u32 scratch_size; member
|
| /linux/fs/xfs/ |
| H A D | xfs_zone_gc.c | 141 unsigned int scratch_size; member 230 data->scratch_size = XFS_GC_BUF_SIZE * XFS_GC_NR_BUFS; in xfs_zone_gc_data_alloc() 231 data->scratch_available = data->scratch_size; in xfs_zone_gc_data_alloc() 670 if (off == data->scratch_size) in xfs_zone_gc_add_data() 748 (data->scratch_head + chunk->len) % data->scratch_size; in xfs_zone_gc_start_chunk() 885 (data->scratch_tail + chunk->len) % data->scratch_size; in xfs_zone_gc_finish_chunk()
|
| /linux/arch/x86/include/uapi/asm/ |
| H A D | setup_data.h | 89 __u64 scratch_size; member
|
| /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/kernel/liveupdate/ |
| H A D | kexec_handover.c | 1706 ssize_t scratch_size; in kho_fill_kimage() local 1715 scratch_size = sizeof(*kho_scratch) * kho_scratch_cnt; in kho_fill_kimage() 1719 .bufsz = scratch_size, in kho_fill_kimage() 1721 .memsz = scratch_size, in kho_fill_kimage()
|
| /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/kernel/trace/ |
| H A D | ring_buffer.c | 1695 static bool rb_meta_init(struct trace_buffer *buffer, int scratch_size) in rb_meta_init() argument 1713 ptr += scratch_size; in rb_meta_init() 2065 static void rb_range_meta_init(struct trace_buffer *buffer, int nr_pages, int scratch_size) in rb_range_meta_init() argument 2079 if (rb_meta_init(buffer, scratch_size)) in rb_range_meta_init() 2540 unsigned long scratch_size, in alloc_buffer() argument 2594 scratch_size = ALIGN(scratch_size, sizeof(long)); in alloc_buffer() 2599 buffers_start += scratch_size; in alloc_buffer() 2638 rb_range_meta_init(buffer, nr_pages, scratch_size); in alloc_buffer() 2726 unsigned long scratch_size, in __ring_buffer_alloc_range() argument 2730 scratch_size, key, NULL); in __ring_buffer_alloc_range()
|
| H A D | trace.c | 4882 size = tr->scratch_size; in save_mod() 8329 tr->scratch_size = size; in setup_trace_scratch() 8390 unsigned int scratch_size = 0; in allocate_trace_buffer() local 8403 tscratch = ring_buffer_meta_scratch(buf->buffer, &scratch_size); in allocate_trace_buffer() 8404 setup_trace_scratch(tr, tscratch, scratch_size); in allocate_trace_buffer()
|
| /linux/arch/x86/boot/compressed/ |
| H A D | kaslr.c | 782 nr_areas = kho->scratch_size / sizeof(*kho_scratch); in process_kho_entries()
|
| /linux/include/net/ |
| H A D | tcp.h | 2033 int tcp_sigpool_alloc_ahash(const char *alg, size_t scratch_size);
|