Searched refs:section_count (Results 1 – 18 of 18) sorted by relevance
228 static int cper_get_record_size(enum ras_cper_type type, uint16_t section_count) in cper_get_record_size() argument233 size += (RAS_SEC_DESC_LEN * section_count); in cper_get_record_size()238 size += (RAS_NONSTD_SEC_LEN * section_count); in cper_get_record_size()241 size += (RAS_FATAL_SEC_LEN * section_count); in cper_get_record_size()242 size += (RAS_HDR_LEN * (section_count - 1)); in cper_get_record_size()245 size += (RAS_BOOT_SEC_LEN * section_count); in cper_get_record_size()
19 .short section_count // NumberOfSections120 .set section_count, (. - section_table) / 40 define
125 u16 section_count; in ice_pkg_val_buf() local130 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() local965 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()
207 __le16 section_count; member
50 .short section_count @ NumberOfSections131 .set section_count, (. - section_table) / 40 define
90 uint16_t section_count);
201 rcd.hdr.section_count = 1; in apei_write_mce()
66 .word section_count # nr_sections223 .set section_count, (. - section_table) / 40 define
2203 int section_count; in update_sb_metadata() local2211 section_count = le32_to_cpu(raw_sb->section_count); in update_sb_metadata()2216 raw_sb->section_count = cpu_to_le32(section_count + secs); in update_sb_metadata()
135 si->main_area_sections = le32_to_cpu(raw_super->section_count); in update_general_status()797 si->main_area_sections = le32_to_cpu(raw_super->section_count); in f2fs_build_stats()
4030 total_sections = le32_to_cpu(raw_super->section_count); in sanity_check_raw_super()4315 sbi->total_sections = le32_to_cpu(raw_super->section_count); in init_sb_info()4319 sbi->allocate_section_hint = le32_to_cpu(raw_super->section_count); in init_sb_info()
1879 le32_to_cpu(F2FS_RAW_SUPER(sbi)->section_count)); in disk_map_seq_show()
355 u16 section_count; member
124 __le32 section_count; /* total # of sections */ member
505 hdr->section_count = 1; in set_rec_fields()
1346 u32 section_count; member
4934 for (i = 0; i < sec_tbl->section_count; i++) { in i40e_validate_profile()4985 for (i = 0; i < sec_tbl->section_count; i++) { in i40e_write_profile()5048 for (i = sec_tbl->section_count - 1; i >= 0; i--) { in i40e_rollback_profile()
1144 rcd->hdr.section_count = 1; in erst_writer()