Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Defi-header.S14 .short section_count // NumberOfSections
101 .set section_count, (. - section_table) / 40
/kernel/linux/linux-5.10/arch/riscv/kernel/
H A Defi-header.S18 .short section_count // NumberOfSections
107 .set section_count, (. - section_table) / 40
/kernel/linux/linux-6.6/arch/riscv/kernel/
H A Defi-header.S19 .short section_count // NumberOfSections
120 .set section_count, (. - section_table) / 40
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_ddp.c124 u16 section_count; in ice_pkg_val_buf() local
129 section_count = le16_to_cpu(hdr->section_count); in ice_pkg_val_buf()
130 if (section_count < ICE_MIN_S_COUNT || section_count > ICE_MAX_S_COUNT) in ice_pkg_val_buf()
201 if (++state->sect_idx < le16_to_cpu(state->buf->section_count)) in ice_pkg_advance_sect()
946 u16 section_count; in ice_pkg_buf_reserve_section() local
955 section_count = le16_to_cpu(buf->section_count); in ice_pkg_buf_reserve_section()
956 if (section_count > in ice_pkg_buf_reserve_section()
[all...]
H A Dice_ddp.h181 __le16 section_count; member
/kernel/linux/linux-5.10/arch/loongarch/boot/compressed/
H A Defi-header.S21 .short section_count /* NumberOfSections */
106 .set section_count, (. - section_table) / 40
/kernel/linux/linux-5.10/arch/arm/boot/compressed/
H A Defi-header.S50 .short section_count @ NumberOfSections
131 .set section_count, (. - section_table) / 40
/kernel/linux/linux-6.6/arch/arm/boot/compressed/
H A Defi-header.S50 .short section_count @ NumberOfSections
131 .set section_count, (. - section_table) / 40
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/
H A Dapei.c79 rcd.hdr.section_count = 1; in apei_write_mce()
/kernel/linux/linux-5.10/drivers/base/
H A Dmemory.c594 int section_count = 0; in add_memory_block() local
600 section_count++; in add_memory_block()
602 if (section_count == 0) in add_memory_block()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.c106 u16 section_count; in ice_pkg_val_buf() local
111 section_count = le16_to_cpu(hdr->section_count); in ice_pkg_val_buf()
112 if (section_count < ICE_MIN_S_COUNT || section_count > ICE_MAX_S_COUNT) in ice_pkg_val_buf()
186 if (++state->sect_idx < le16_to_cpu(state->buf->section_count)) in ice_pkg_advance_sect()
977 if (le16_to_cpu(bh->section_count)) in ice_dwnld_cfg_bufs()
1517 u16 section_count; in ice_pkg_buf_reserve_section() local
1526 section_count = le16_to_cpu(buf->section_count); in ice_pkg_buf_reserve_section()
[all...]
H A Dice_flex_type.h102 __le16 section_count; member
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mce/
H A Dapei.c152 rcd.hdr.section_count = 1; in apei_write_mce()
/kernel/linux/linux-6.6/drivers/base/
H A Dmemory.c804 int section_count = 0; in add_boot_memory_block() local
810 section_count++; in add_boot_memory_block()
812 if (section_count == 0) in add_boot_memory_block()
/kernel/linux/linux-5.10/arch/x86/boot/
H A Dheader.S111 .word section_count # nr_sections
272 .set section_count, (. - section_table) / 40
/kernel/linux/linux-6.6/arch/x86/boot/
H A Dheader.S66 .word section_count # nr_sections
214 .set section_count, (. - section_table) / 40
/kernel/linux/linux-5.10/fs/f2fs/
H A Dgc.c1941 int section_count; in update_sb_metadata() local
1949 section_count = le32_to_cpu(raw_sb->section_count); in update_sb_metadata()
1954 raw_sb->section_count = cpu_to_le32(section_count + secs); in update_sb_metadata()
H A Ddebug.c71 si->main_area_sections = le32_to_cpu(raw_super->section_count); in update_general_status()
539 si->main_area_sections = le32_to_cpu(raw_super->section_count); in f2fs_build_stats()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dgc.c2052 int section_count; in update_sb_metadata() local
2060 section_count = le32_to_cpu(raw_sb->section_count); in update_sb_metadata()
2065 raw_sb->section_count = cpu_to_le32(section_count + secs); in update_sb_metadata()
H A Ddebug.c71 si->main_area_sections = le32_to_cpu(raw_super->section_count); in update_general_status()
681 si->main_area_sections = le32_to_cpu(raw_super->section_count); in f2fs_build_stats()
/kernel/linux/linux-5.10/include/linux/
H A Dcper.h328 u16 section_count; member
H A Df2fs_fs.h87 __le32 section_count; /* total # of sections */ member
/kernel/linux/linux-6.6/include/linux/
H A Df2fs_fs.h126 __le32 section_count; /* total # of sections */ member
H A Dcper.h328 u16 section_count; member
/kernel/linux/linux-5.10/drivers/acpi/apei/
H A Derst.c1050 rcd->hdr.section_count = 1; in erst_writer()

Completed in 29 milliseconds

12