![]() |
MOS Source Code
|
#include <pmm.hpp>
Classes | |
union | additional_info |
union | alloc_info |
Public Types | |
enum | phyframe_state { PHYFRAME_RESERVED = 0 , PHYFRAME_FREE , PHYFRAME_ALLOCATED } |
Public Attributes | |
enum phyframe_t::phyframe_state | state |
u8 | order |
union phyframe_t::additional_info | info |
union phyframe_t::alloc_info | alloc |
enum phyframe_state |
enum phyframe_t::phyframe_state state |
u8 order |
Definition at line 35 of file pmm.hpp.
Referenced by add_to_freelist(), extract_exact_range(), mmstat_sysfs_phyframe_stat_show(), and populate_freelist().
union phyframe_t::additional_info info |
Referenced by add_to_freelist(), break_the_order(), break_this_pfn(), buddy_free_n(), pmm_free_frames(), populate_freelist(), and try_merge().
union phyframe_t::alloc_info alloc |
Referenced by _pmm_unref_phyframes(), and mmstat_sysfs_phyframe_stat_show().