Home
last modified time | relevance | path

Searched refs:balloon_memory_increment (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/src/
Dlinux.rs1398 let balloon_memory_increment: u64 = max_balloon_memory / 16; in run_control() localVariable
1568 if available >= margin + 2 * (balloon_memory_increment >> 20) { in run_control()
1570 if current_balloon_memory >= balloon_memory_increment { in run_control()
1571 current_balloon_memory - balloon_memory_increment in run_control()
1587 current_balloon_memory + balloon_memory_increment, in run_control()