nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
cpu_node.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  node
 CPU 노드 정보 자료 구조 More...
 

Functions

struct nodecpu_node_create (int id)
 
int cpu_node_destroy (struct node *node)
 
struct nodecpu_node_find (int id)
 

Function Documentation

struct node* cpu_node_create ( int  id)

Definition at line 14 of file cpu_node.c.

References cpu_node_find(), node::head, node::id, malloc(), NULL, and node::zone_list.

Referenced by vm_frame_init().

Here is the call graph for this function:

Here is the caller graph for this function:

int cpu_node_destroy ( struct node node)

Definition at line 35 of file cpu_node.c.

References destroy_zone(), free(), node::head, zone::head, list_entry, list_for_each_safe, and node::zone_list.

Here is the call graph for this function:

struct node* cpu_node_find ( int  id)

Definition at line 52 of file cpu_node.c.

References node::head, node::id, list_entry, list_for_each, and NULL.

Referenced by cpu_node_create().

Here is the caller graph for this function: