Function report |
Source Code:include\linux\node.h |
Create Date:2022-07-28 05:56:31 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Registers an online node
Proto:static inline int register_one_node(int nid)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| int | nid |
| 120 | error = 0 |
| 122 | If node_online(nid) Then |
| 124 | start_pfn = node_start_pfn |
| 131 | error = link_mem_sections(nid, start_pfn, end_pfn) |
| 134 | Return error |
| Name | Describe |
|---|---|
| topology_init | |
| __try_online_node | ry_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 |
| Source code conversion tool public plug-in interface | X |
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |