函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\sparse.c Create Date:2022-07-27 17:07:29
Last Modify:2020-03-17 22:36:03 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:next_present_section_nr

函数原型:static inline unsigned long next_present_section_nr(unsigned long section_nr)

返回类型:unsigned long

参数:

类型参数名称
unsigned longsection_nr
203  循环
204  section_nr自加
205  如果present_section_nr(section_nr)则返回:section_nr
207 section_nr小于等于There are a number of times that we loop over NR_MEM_SECTIONS,* looking for section_present() on each循环
209  返回:负1
调用者
名称描述
first_present_section_nr