Searched refs:section_count (Results 1 – 16 of 16) sorted by relevance
18 .short section_count // NumberOfSections107 .set section_count, (. - section_table) / 40 define
14 .short section_count // NumberOfSections101 .set section_count, (. - section_table) / 40 define
50 .short section_count @ NumberOfSections131 .set section_count, (. - section_table) / 40 define
594 int section_count = 0; in add_memory_block() local600 section_count++; in add_memory_block()602 if (section_count == 0) in add_memory_block()
79 rcd.hdr.section_count = 1; in apei_write_mce()
106 u16 section_count; in ice_pkg_val_buf() local111 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() local1526 section_count = le16_to_cpu(buf->section_count); in ice_pkg_buf_reserve_section()1527 if (section_count > 0) in ice_pkg_buf_reserve_section()1575 sect_count = le16_to_cpu(buf->section_count); in ice_pkg_buf_alloc_section()1586 buf->section_count = cpu_to_le16(sect_count + 1); in ice_pkg_buf_alloc_section()[all …]
102 __le16 section_count; member
111 .word section_count # nr_sections272 .set section_count, (. - section_table) / 40 define
328 u16 section_count; member
87 __le32 section_count; /* total # of sections */ member
1941 int section_count; in update_sb_metadata() local1949 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()
71 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()
2901 total_sections = le32_to_cpu(raw_super->section_count); in sanity_check_raw_super()3168 sbi->total_sections = le32_to_cpu(raw_super->section_count); in init_sb_info()
1492 u32 section_count; member
5628 for (i = 0; i < sec_tbl->section_count; i++) { in i40e_find_section_in_profile()5723 for (i = 0; i < sec_tbl->section_count; i++) { in i40e_validate_profile()5774 for (i = 0; i < sec_tbl->section_count; i++) { in i40e_write_profile()5837 for (i = sec_tbl->section_count - 1; i >= 0; i--) { in i40e_rollback_profile()
1050 rcd->hdr.section_count = 1; in erst_writer()