Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dsparse.c187 static inline int next_present_section_nr(int section_nr) in next_present_section_nr() function
198 for (section_nr = next_present_section_nr(start-1); \
201 section_nr = next_present_section_nr(section_nr))
205 return next_present_section_nr(-1); in first_present_section_nr()