Searched refs:section_count (Results 1 - 17 of 17) sorted by relevance

/linux-master/arch/riscv/kernel/
H A Defi-header.S19 .short section_count // NumberOfSections
120 .set section_count, (. - section_table) / 40
/linux-master/arch/arm/boot/compressed/
H A Defi-header.S50 .short section_count @ NumberOfSections
131 .set section_count, (. - section_table) / 40
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ddp.c124 u16 section_count; local
129 section_count = le16_to_cpu(hdr->section_count);
130 if (section_count < ICE_MIN_S_COUNT || section_count > ICE_MAX_S_COUNT)
201 if (++state->sect_idx < le16_to_cpu(state->buf->section_count))
946 u16 section_count; local
955 section_count = le16_to_cpu(buf->section_count);
956 if (section_count >
[all...]
H A Dice_ddp.h204 __le16 section_count; member in struct:ice_buf_hdr
/linux-master/arch/x86/kernel/cpu/mce/
H A Dapei.c152 rcd.hdr.section_count = 1;
/linux-master/arch/x86/boot/
H A Dheader.S66 .word section_count # nr_sections
210 .set section_count, (. - section_table) / 40
/linux-master/drivers/base/
H A Dmemory.c825 int section_count = 0; local
831 section_count++;
833 if (section_count == 0)
/linux-master/include/linux/
H A Df2fs_fs.h121 __le32 section_count; /* total # of sections */ member in struct:f2fs_super_block
H A Dcper.h351 u16 section_count; member in struct:cper_record_header
/linux-master/fs/f2fs/
H A Ddebug.c71 si->main_area_sections = le32_to_cpu(raw_super->section_count);
680 si->main_area_sections = le32_to_cpu(raw_super->section_count);
H A Dgc.c2068 int section_count; local
2076 section_count = le32_to_cpu(raw_sb->section_count);
2081 raw_sb->section_count = cpu_to_le32(section_count + secs);
H A Dsysfs.c1521 le32_to_cpu(F2FS_RAW_SUPER(sbi)->section_count));
H A Dsuper.c3481 total_sections = le32_to_cpu(raw_super->section_count);
3758 sbi->total_sections = le32_to_cpu(raw_super->section_count);
/linux-master/drivers/ras/amd/
H A Dfmpm.c498 hdr->section_count = 1;
/linux-master/drivers/acpi/apei/
H A Derst.c1144 rcd->hdr.section_count = 1;
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_type.h1466 u32 section_count; member in struct:i40e_section_table
H A Di40e_common.c5547 for (i = 0; i < sec_tbl->section_count; i++) {
5641 for (i = 0; i < sec_tbl->section_count; i++) {
5692 for (i = 0; i < sec_tbl->section_count; i++) {
5755 for (i = sec_tbl->section_count - 1; i >= 0; i--) {

Completed in 313 milliseconds