Data Fields | |
__u8 | max_order |
link_t * | order |
buddy_system_operations_t * | op |
void * | data |
Definition at line 57 of file buddy.h.
|
Pointer to be used by the implementation. Definition at line 61 of file buddy.h. Referenced by buddy_system_create(), zone_buddy_find_block(), zone_buddy_find_buddy(), and zone_buddy_print_id(). |
|
Maximal order of block which can be stored by buddy system. Definition at line 58 of file buddy.h. Referenced by buddy_system_alloc(), buddy_system_can_alloc(), buddy_system_create(), buddy_system_free(), and buddy_system_structure_print(). |
|
Definition at line 60 of file buddy.h. Referenced by buddy_system_alloc(), buddy_system_alloc_block(), buddy_system_create(), and buddy_system_free(). |
|
Definition at line 59 of file buddy.h. Referenced by buddy_system_alloc(), buddy_system_can_alloc(), buddy_system_create(), buddy_system_free(), and buddy_system_structure_print(). |