Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/intel/catpt/
H A Dpcm.c1146 u32 scratch_size = 0; in catpt_arm_stream_templates() local
1166 if (type->scratch_size > scratch_size) in catpt_arm_stream_templates()
1167 scratch_size = type->scratch_size; in catpt_arm_stream_templates()
1171 if (scratch_size) { in catpt_arm_stream_templates()
1173 res = catpt_request_region(&cdev->dram, scratch_size); in catpt_arm_stream_templates()
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-6.15/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.c4740 size_t scratch_size; in tcp_md5_alloc_sigpool() local
4743 scratch_size = sizeof(union tcp_md5sum_block) + sizeof(struct tcphdr); in tcp_md5_alloc_sigpool()
4744 ret = tcp_sigpool_alloc_ahash("md5", scratch_size); in tcp_md5_alloc_sigpool()
/linux-6.15/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-6.15/include/linux/
H A Dring_buffer.h95 unsigned long scratch_size,
/linux-6.15/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-6.15/drivers/crypto/intel/qat/qat_common/
H A Dicp_qat_uclo.h306 unsigned int scratch_size; member
/linux-6.15/kernel/trace/
H A Dring_buffer.c1678 static bool rb_meta_init(struct trace_buffer *buffer, int scratch_size) in rb_meta_init() argument
1696 ptr += scratch_size; in rb_meta_init()
1951 static void rb_range_meta_init(struct trace_buffer *buffer, int nr_pages, int scratch_size) in rb_range_meta_init() argument
1965 if (rb_meta_init(buffer, scratch_size)) in rb_range_meta_init()
2359 unsigned long scratch_size, in alloc_buffer() argument
2410 scratch_size = ALIGN(scratch_size, sizeof(long)); in alloc_buffer()
2415 buffers_start += scratch_size; in alloc_buffer()
2454 rb_range_meta_init(buffer, nr_pages, scratch_size); in alloc_buffer()
2530 unsigned long scratch_size, in __ring_buffer_alloc_range() argument
2534 scratch_size, key); in __ring_buffer_alloc_range()
H A Dtrace.c6080 size = tr->scratch_size; in save_mod()
9478 tr->scratch_size = size; in setup_trace_scratch()
9531 unsigned int scratch_size = 0; in allocate_trace_buffer() local
9544 tscratch = ring_buffer_meta_scratch(buf->buffer, &scratch_size); in allocate_trace_buffer()
9545 setup_trace_scratch(tr, tscratch, scratch_size); in allocate_trace_buffer()
H A Dtrace.h361 int scratch_size; member
/linux-6.15/include/net/
H A Dtcp.h1880 int tcp_sigpool_alloc_ahash(const char *alg, size_t scratch_size);