nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
node Struct Reference

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

#include <cpu_node.h>

Collaboration diagram for node:
Collaboration graph
[legend]

Data Fields

struct list_head head
 
int id
 
struct list_head zone_list
 

Detailed Description

CPU 노드 정보 자료 구조

Definition at line 4 of file cpu_node.h.

Field Documentation

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().


The documentation for this struct was generated from the following file: