Lines Matching refs:ONE_MB
2609 const ONE_MB: i64 = 1024 * ONE_KB; constant
2646 let critical_guest_available = 400 * ONE_MB; in new()
2675 file_to_i64(LOWMEM_AVAILABLE, 0).map_err(Error::ReadMemAvailable)? * ONE_MB; in delta()
2680 self.max_balloon_actual / ONE_MB, in delta()
2699 self.critical_guest_available / ONE_MB, in delta()
2712 const MAX_CRITICAL_DELTA: i64 = 10 * ONE_MB; in delta()
2736 if guest_above_critical < ONE_MB in delta()
2737 || host_above_critical < ONE_MB in delta()
2746 result / ONE_MB, in delta()
2747 host_available / ONE_MB, in delta()
2748 self.critical_host_available / ONE_MB, in delta()
2749 guest_available / ONE_MB, in delta()
2750 self.critical_guest_available / ONE_MB, in delta()
2751 bias / ONE_MB, in delta()
2838 critical_margin * ONE_MB, in run_control()