Searched refs:rss_crosvm_total (Results 1 – 1 of 1) sorted by relevance
911 let mut rss_crosvm_total = 0i64; in get_rss() localVariable927 rss_crosvm_total += rss; in get_rss()930 if rss_crosvm_total == 0 { in get_rss()936 Ok(Rss { vm: rss_vm_total, crosvm: rss_crosvm_total }) in get_rss()