Symbol: section_length
arch/x86/kernel/cpu/mce/apei.c
212
rcd.sec_hdr.section_length = sizeof(rcd.mce);
drivers/acpi/apei/erst.c
1156
rcd->sec_hdr.section_length = record->size;
drivers/firmware/efi/cper-arm.c
240
len = proc->section_length - (sizeof(*proc) +
drivers/firmware/efi/cper-arm.c
243
if (len < 0 || proc->section_length > length) {
drivers/firmware/efi/cper-arm.c
245
pfx, proc->section_length, length);
drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c
118
uint32_t section_length,
drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c
124
section_desc->sec_length = section_length;
drivers/gpu/drm/amd/ras/rascore/ras_cper.c
108
uint32_t section_length)
drivers/gpu/drm/amd/ras/rascore/ras_cper.c
115
descriptor->sec_length = section_length;
drivers/media/dvb-core/dvb_demux.c
266
seclen = section_length(sec->secbuf);
drivers/ras/amd/fmpm.c
176
return rec->sec_desc.section_length - sizeof(struct cper_section_descriptor);
drivers/ras/amd/fmpm.c
526
sec_desc->section_length = max_rec_len - sizeof(struct cper_record_header);
drivers/ras/ras.c
77
if (sz + (long)ctx_info - (long)err >= err->section_length)
drivers/ras/ras.c
84
vsei_len = err->section_length - (sizeof(struct cper_sec_proc_arm) + pei_len + ctx_len);
drivers/ras/ras.c
86
pr_warn(FW_BUG "section length: %d\n", err->section_length);
drivers/s390/crypto/zcrypt_cca_key.h
141
key->pubsec.section_length = sizeof(key->pubsec) +
drivers/s390/crypto/zcrypt_cca_key.h
144
key->pubsec.section_length + sizeof(key->pubhdr);
drivers/s390/crypto/zcrypt_cca_key.h
163
.section_length = 0x000f,
drivers/s390/crypto/zcrypt_cca_key.h
203
key->pvt.section_length = sizeof(key->pvt) + key_len;
drivers/s390/crypto/zcrypt_cca_key.h
47
unsigned short section_length;
drivers/s390/crypto/zcrypt_cca_key.h
69
unsigned short section_length;
drivers/scsi/smartpqi/smartpqi.h
836
__le32 section_length; /* size of this section in bytes */
include/linux/cper.h
375
u32 section_length;
include/linux/cper.h
436
u32 section_length;
sound/isa/wavefront/wavefront_synth.c
2067
int section_length = *(signed char *)buf;
sound/isa/wavefront/wavefront_synth.c
2068
if (section_length == 0)
sound/isa/wavefront/wavefront_synth.c
2070
if (section_length < 0 || section_length > WF_SECTION_MAX) {
sound/isa/wavefront/wavefront_synth.c
2073
section_length);
sound/isa/wavefront/wavefront_synth.c
2079
if (firmware->size < len + section_length) {
sound/isa/wavefront/wavefront_synth.c
2088
for (; section_length; section_length--) {