函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\memory_hotplug.c Create Date:2022-07-27 17:30:51
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:we are OK calling __meminit stuff here - we have CONFIG_MEMORY_HOTPLUG

函数原型:static pg_data_t __ref *hotadd_new_pgdat(int nid, u64 start)

返回类型:pg_data_t

参数:

类型参数名称
intnid
u64start
897  start_pfn等于PFN_DOWN(start)
899  pgdat等于NUMA节点数据区(nid)
900  如果非pgdat
901  pgdat等于arch_alloc_nodedata(nid)
902  如果非pgdat则返回:NULL
905  per_cpu_nodestats等于alloc_percpu(structper_cpu_nodestat)
907  arch_refresh_nodedata(nid, pgdat)
908  否则
915  保存结点中不同内存域的数目等于0
916  kswapd_order等于0
917  kswapd_classzone_idx等于0
922  memset(p, 0, p的长度)
928  全局结点ID等于nid
929  该NUMA结点第一个页帧的逻辑编号等于start_pfn
932  Set up the zone data structures* - init pgdat internals* - init all zones belonging to this node* NOTE: this function is only called during memory hotplug
938  建立内存管理节点(ZONE)表
945  reset_node_managed_pages(pgdat)
946  reset_node_present_pages(pgdat)
948  返回:pgdat
调用者
名称描述
__try_online_nodery_online_node - online a node if offlined*@nid: the node ID*@start: start addr of the node*@set_node_online: Whether we want to online the node* called by cpu_up() to online a node without onlined memory