Home
last modified time | relevance | path

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

/linux/mm/
H A Dsparse.c552 for_each_present_section_nr(pnum_begin, pnum) { in sparse_init_nid()
581 for_each_present_section_nr(pnum_begin, pnum) { in sparse_init_nid()
610 for_each_present_section_nr(pnum_begin + 1, pnum_end) { in sparse_init()
/linux/
H A D.clang-format406 - 'for_each_present_section_nr'
/linux/drivers/base/
H A Dmemory.c1003 for_each_present_section_nr(0, nr) { in memory_dev_init()
/linux/include/linux/
H A Dmmzone.h2247 #define for_each_present_section_nr(start, section_nr) \ macro