Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/base/
Dmemory.c307 if (mem->section_count != sections_per_block) in memory_subsys_offline()
621 mem->section_count++; in init_memory_block()
634 int i, ret, section_count = 0, section_nr; in add_memory_block() local
641 if (section_count == 0) in add_memory_block()
643 section_count++; in add_memory_block()
646 if (section_count == 0) in add_memory_block()
651 mem->section_count = section_count; in add_memory_block()
669 mem->section_count++; in register_new_memory()
677 if (mem->section_count == sections_per_block) in register_new_memory()
704 mem->section_count--; in remove_memory_block()
[all …]
/linux-4.4.14/include/linux/
Dmemory.h29 int section_count; /* serialized by mem_sysfs_mutex */ member
Dcper.h268 __u16 section_count; member
Df2fs_fs.h70 __le32 section_count; /* total # of sections */ member
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/
Dmce-apei.c88 rcd.hdr.section_count = 1; in apei_write_mce()
/linux-4.4.14/fs/f2fs/
Ddebug.c375 si->main_area_sections = le32_to_cpu(raw_super->section_count); in f2fs_build_stats()
Dsuper.c1007 sbi->total_sections = le32_to_cpu(raw_super->section_count); in init_sb_info()
/linux-4.4.14/drivers/acpi/apei/
Derst.c1074 rcd->hdr.section_count = 1; in erst_writer()