Searched refs:mst (Results 1 – 1 of 1) sorted by relevance
175 let mut mst = Mstat { in shell_cmd_free() localVariable193 mst.total = *info.get(0).unwrap(); in shell_cmd_free()194 mst.free = *info.get(1).unwrap(); in shell_cmd_free()195 mst.used = mst.total - mst.free; in shell_cmd_free()203 mst.total, in shell_cmd_free()204 mst.used, in shell_cmd_free()205 mst.free, in shell_cmd_free()206 mst.shared, in shell_cmd_free()207 mst.cache_used, in shell_cmd_free()208 mst.cache_free, in shell_cmd_free()[all …]