Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/base/
Dmemory.c314 if (mem->section_count != sections_per_block) in memory_subsys_offline()
694 int i, ret, section_count = 0, section_nr; in add_memory_block() local
701 if (section_count == 0) in add_memory_block()
703 section_count++; in add_memory_block()
706 if (section_count == 0) in add_memory_block()
711 mem->section_count = section_count; in add_memory_block()
728 mem->section_count++; in hotplug_memory_register()
734 mem->section_count++; in hotplug_memory_register()
770 mem->section_count--; in remove_memory_section()
771 if (mem->section_count == 0) in remove_memory_section()
/Linux-v4.19/arch/arm64/kernel/
Defi-header.S17 .short section_count // NumberOfSections
104 .set section_count, (. - section_table) / 40 define
/Linux-v4.19/arch/arm/boot/compressed/
Defi-header.S47 .short section_count @ NumberOfSections
128 .set section_count, (. - section_table) / 40 define
/Linux-v4.19/include/linux/
Dmemory.h30 int section_count; /* serialized by mem_sysfs_mutex */ member
Dcper.h332 __u16 section_count; member
Df2fs_fs.h86 __le32 section_count; /* total # of sections */ member
/Linux-v4.19/arch/x86/kernel/cpu/mcheck/
Dmce-apei.c91 rcd.hdr.section_count = 1; in apei_write_mce()
/Linux-v4.19/fs/f2fs/
Ddebug.c458 si->main_area_sections = le32_to_cpu(raw_super->section_count); in f2fs_build_stats()
Dsuper.c2228 total_sections = le32_to_cpu(raw_super->section_count); in sanity_check_raw_super()
2413 sbi->total_sections = le32_to_cpu(raw_super->section_count); in init_sb_info()
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40e_type.h1468 u32 section_count; member
Di40e_common.c1260 for (i = 0; i < sec_tbl->section_count; i++) { in i40evf_write_profile()
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_type.h1547 u32 section_count; member
Di40e_common.c5486 for (i = 0; i < sec_tbl->section_count; i++) { in i40e_write_profile()
/Linux-v4.19/drivers/acpi/apei/
Derst.c1061 rcd->hdr.section_count = 1; in erst_writer()