Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/base/
Dmemory.c617 mem->section_count++; in init_memory_block()
630 int i, ret, section_count = 0, section_nr; in add_memory_block() local
637 if (section_count == 0) in add_memory_block()
639 section_count++; in add_memory_block()
642 if (section_count == 0) in add_memory_block()
647 mem->section_count = section_count; in add_memory_block()
665 mem->section_count++; in register_new_memory()
673 if (mem->section_count == sections_per_block) in register_new_memory()
700 mem->section_count--; in remove_memory_block()
701 if (mem->section_count == 0) in remove_memory_block()
/linux-4.1.27/include/linux/
Dmemory.h29 int section_count; /* serialized by mem_sysfs_mutex */ member
Dcper.h268 __u16 section_count; member
Df2fs_fs.h68 __le32 section_count; /* total # of sections */ member
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/
Dmce-apei.c89 rcd.hdr.section_count = 1; in apei_write_mce()
/linux-4.1.27/fs/f2fs/
Ddebug.c362 si->main_area_sections = le32_to_cpu(raw_super->section_count); in f2fs_build_stats()
Dsuper.c908 sbi->total_sections = le32_to_cpu(raw_super->section_count); in init_sb_info()
/linux-4.1.27/drivers/acpi/apei/
Derst.c1077 rcd->hdr.section_count = 1; in erst_writer()