Home
last modified time | relevance | path

Searched refs:SECTION_IS_ONLINE (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/mm/
H A Dsparse.c281 SECTION_IS_ONLINE; in memory_present()
623 ms->section_mem_map |= SECTION_IS_ONLINE; in online_mem_sections()
645 ms->section_mem_map &= ~SECTION_IS_ONLINE; in offline_mem_sections()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmmzone.h1311 #define SECTION_IS_ONLINE (1UL<<2) macro
1351 return (section && (section->section_mem_map & SECTION_IS_ONLINE)); in online_section()