函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:During early boot, before section_mem_map is used for an actual* mem_map, we use section_mem_map to store the section's NUMA* node. This keeps us from having to use another data structure. The

函数原型:static inline unsigned long sparse_encode_early_nid(int nid)

返回类型:unsigned long

参数:

类型参数名称
intnid
147  返回:nid左移SECTION_NID_SHIFT
调用者
名称描述
memory_presentRecord a memory area against a node.