Searched defs:Mstat (Results 1 – 1 of 1) sorted by relevance
165 struct Mstat { in shell_cmd_free() struct166 total: u64, // 计算机的总内存数量大小 in shell_cmd_free()167 used: u64, // 已使用的内存大小 in shell_cmd_free()168 free: u64, // 空闲物理页所占的内存大小 in shell_cmd_free()169 shared: u64, // 共享的内存大小 in shell_cmd_free()170 cache_used: u64, // 位于slab缓冲区中的已使用的内存大小 in shell_cmd_free()171 cache_free: u64, // 位于slab缓冲区中的空闲的内存大小 in shell_cmd_free()172 available: u64, // 系统总空闲内存大小(包括kmalloc缓冲区) in shell_cmd_free()