|
nckernel
0.1
|
Data Fields | |
| unsigned long | base |
| char | bitmap [] |
| unsigned long | bitmap_sz |
| unsigned long | max_order |
| unsigned long | nr_of_pages |
| unsigned int | page_size_bits |
Definition at line 21 of file page_allocator.c.
| unsigned long base |
Definition at line 22 of file page_allocator.c.
Referenced by page_allocator_alloc(), page_allocator_dump_header(), page_allocator_free(), and page_allocator_get_region().
| char bitmap[] |
Definition at line 30 of file page_allocator.c.
Referenced by page_allocator_alloc(), and page_allocator_free().
| unsigned long bitmap_sz |
Definition at line 26 of file page_allocator.c.
Referenced by page_allocator_alloc(), page_allocator_dump_header(), and page_allocator_free().
| unsigned long max_order |
Max order to represent the number of pages in a bitmap
Definition at line 25 of file page_allocator.c.
Referenced by page_allocator_alloc(), page_allocator_dump_header(), and page_allocator_free().
| unsigned long nr_of_pages |
The number of pages
Definition at line 23 of file page_allocator.c.
Referenced by page_allocator_dump_header(), page_allocator_get_region(), and page_allocator_info_size().
| unsigned int page_size_bits |
Definition at line 28 of file page_allocator.c.
Referenced by page_allocator_alloc(), page_allocator_free(), page_allocator_info_size(), and page_allocator_init().
1.8.4