Searched refs:rss_crosvm_total (Results 1 – 1 of 1) sorted by relevance
747 let mut rss_crosvm_total = 0i64; in get_rss() localVariable763 rss_crosvm_total += rss; in get_rss()767 Ok(Rss { vm: rss_vm_total, crosvm: rss_crosvm_total }) in get_rss()