Home
last modified time | relevance | path

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

/linux-6.1.9/mm/
Dsparse.c174 for (section_nr = next_present_section_nr(start-1); \
177 section_nr = next_present_section_nr(section_nr))
181 return next_present_section_nr(-1); in first_present_section_nr()
/linux-6.1.9/include/linux/
Dmmzone.h1872 static inline unsigned long next_present_section_nr(unsigned long section_nr) in next_present_section_nr() function