Home
last modified time | relevance | path

Searched refs:present_section_nr (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/base/
Dmemory.c133 if (!present_section_nr(mem->start_section_nr + i)) in removable_show()
206 if (!present_section_nr(section_nr)) { in pages_correctly_probed()
681 if (present_section_nr(nr)) in add_memory_block()
/Linux-v5.4/mm/
Dsparse.c205 if (present_section_nr(section_nr)) in next_present_section_nr()
Dmemory_hotplug.c1221 if (!present_section_nr(pfn_to_section_nr(pfn))) in test_pages_in_a_zone()
/Linux-v5.4/include/linux/
Dmmzone.h1282 static inline int present_section_nr(unsigned long nr) in present_section_nr() function