Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\sparse.c Create Date:2022-07-28 15:34:12
Last Modify:2020-03-17 22:36:03 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:next_present_section_nr

Proto:static inline unsigned long next_present_section_nr(unsigned long section_nr)

Type:unsigned long

Parameter:

TypeParameterName
unsigned longsection_nr
203  Do
204  section_nr++
205  If present_section_nr(section_nr) Then Return section_nr
207  When section_nr <= There are a number of times that we loop over NR_MEM_SECTIONS,* looking for section_present() on each cycle
209  Return -1
Caller
NameDescribe
first_present_section_nr