|
nckernel
0.1
|
CPU 노드 정보 자료 구조 More...
#include <cpu_node.h>

Data Fields | |
| struct list_head | head |
| int | id |
| struct list_head | zone_list |
CPU 노드 정보 자료 구조
Definition at line 4 of file cpu_node.h.
| struct list_head head |
Definition at line 5 of file cpu_node.h.
Referenced by cpu_node_create(), cpu_node_destroy(), and cpu_node_find().
| int id |
Definition at line 7 of file cpu_node.h.
Referenced by cpu_node_create(), and cpu_node_find().
| struct list_head zone_list |
Definition at line 9 of file cpu_node.h.
Referenced by cpu_node_create(), and cpu_node_destroy().
1.8.4