Home
last modified time | relevance | path

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

/linux-6.12.1/arch/riscv/kernel/
Defi-header.S19 .short section_count // NumberOfSections
120 .set section_count, (. - section_table) / 40 define
/linux-6.12.1/arch/arm/boot/compressed/
Defi-header.S50 .short section_count @ NumberOfSections
131 .set section_count, (. - section_table) / 40 define
/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_ddp.c125 u16 section_count; in ice_pkg_val_buf() local
130 section_count = le16_to_cpu(hdr->section_count); in ice_pkg_val_buf()
131 if (section_count < ICE_MIN_S_COUNT || section_count > ICE_MAX_S_COUNT) in ice_pkg_val_buf()
202 if (++state->sect_idx < le16_to_cpu(state->buf->section_count)) in ice_pkg_advance_sect()
956 u16 section_count; in ice_pkg_buf_reserve_section() local
965 section_count = le16_to_cpu(buf->section_count); in ice_pkg_buf_reserve_section()
966 if (section_count > 0) in ice_pkg_buf_reserve_section()
1013 sect_count = le16_to_cpu(buf->section_count); in ice_pkg_buf_alloc_section()
1024 buf->section_count = cpu_to_le16(sect_count + 1); in ice_pkg_buf_alloc_section()
1087 return le16_to_cpu(buf->section_count); in ice_pkg_buf_get_active_sections()
Dice_ddp.h204 __le16 section_count; member
/linux-6.12.1/arch/x86/kernel/cpu/mce/
Dapei.c152 rcd.hdr.section_count = 1; in apei_write_mce()
/linux-6.12.1/drivers/base/
Dmemory.c825 int section_count = 0; in add_boot_memory_block() local
831 section_count++; in add_boot_memory_block()
833 if (section_count == 0) in add_boot_memory_block()
/linux-6.12.1/arch/x86/boot/
Dheader.S66 .word section_count # nr_sections
210 .set section_count, (. - section_table) / 40 define
/linux-6.12.1/fs/f2fs/
Dgc.c2144 int section_count; in update_sb_metadata() local
2152 section_count = le32_to_cpu(raw_sb->section_count); in update_sb_metadata()
2157 raw_sb->section_count = cpu_to_le32(section_count + secs); in update_sb_metadata()
Ddebug.c71 si->main_area_sections = le32_to_cpu(raw_super->section_count); in update_general_status()
680 si->main_area_sections = le32_to_cpu(raw_super->section_count); in f2fs_build_stats()
Dsysfs.c1566 le32_to_cpu(F2FS_RAW_SUPER(sbi)->section_count)); in disk_map_seq_show()
Dsuper.c3520 total_sections = le32_to_cpu(raw_super->section_count); in sanity_check_raw_super()
3797 sbi->total_sections = le32_to_cpu(raw_super->section_count); in init_sb_info()
/linux-6.12.1/include/linux/
Dcper.h351 u16 section_count; member
Df2fs_fs.h121 __le32 section_count; /* total # of sections */ member
/linux-6.12.1/drivers/ras/amd/
Dfmpm.c498 hdr->section_count = 1; in set_rec_fields()
/linux-6.12.1/drivers/net/ethernet/intel/i40e/
Di40e_type.h1378 u32 section_count; member
Di40e_common.c5294 for (i = 0; i < sec_tbl->section_count; i++) { in i40e_find_section_in_profile()
5388 for (i = 0; i < sec_tbl->section_count; i++) { in i40e_validate_profile()
5439 for (i = 0; i < sec_tbl->section_count; i++) { in i40e_write_profile()
5502 for (i = sec_tbl->section_count - 1; i >= 0; i--) { in i40e_rollback_profile()
/linux-6.12.1/drivers/acpi/apei/
Derst.c1144 rcd->hdr.section_count = 1; in erst_writer()