Per-node allocator state. More...
Data Fields | |
| u64 | free_pages [static_cast< u32 >(zone::count)] {} |
| sync::qspinlock::qspinlock | locks [static_cast< u32 >(zone::count)] {} |
| u64 | total_pages [static_cast< u32 >(zone::count)] {} |
| buddy_zone | zones [static_cast< u32 >(zone::count)] {} |
Per-node allocator state.