|
nckernel
0.1
|
메모리 존을 관리하는 자료 구조 More...
#include <zone.h>

Data Fields | |
| struct page_allocator * | handle |
| struct list_head | head |
| struct list_head | managed_page_list |
| struct node * | node |
| struct list_head | page_list |
| enum zone_type | type |
| struct page_allocator* handle |
Definition at line 18 of file zone.h.
Referenced by find_zone_by_addr(), page_frame_fini(), page_frame_free(), and page_frame_init().
| struct list_head head |
리스트 연결
Definition at line 13 of file zone.h.
Referenced by cpu_node_destroy(), create_zone(), and destroy_zone().
| struct list_head managed_page_list |
Definition at line 21 of file zone.h.
Referenced by create_zone(), find_zone_by_addr(), page_frame_fini(), and page_frame_manage().
| struct list_head page_list |
Definition at line 20 of file zone.h.
Referenced by create_zone(), and page_frame_fini().
| enum zone_type type |
1.8.4