MentOS  0.8.0
The Mentoring Operating System
Public Attributes | List of all members
bb_free_area_t Struct Reference

Buddy system descriptor: collection of free page blocks. Each block represents 2^k free contiguous page. More...

Public Attributes

list_head free_list
 free_list collectes the first page descriptors of a blocks of 2^k frames
 
int nr_free
 nr_free specifies the number of blocks of free pages.
 

Detailed Description

Buddy system descriptor: collection of free page blocks. Each block represents 2^k free contiguous page.


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