Home
last modified time | relevance | path

Searched defs:swap_out (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/crosvm/tools/contrib/memstats_chart/src/
H A Drecord.rs27 pub swap_out: Option<u64>, field
/aosp_15_r20/external/crosvm/common/balloon_control/src/
H A Dlib.rs40 pub swap_out: Option<u64>, field
/aosp_15_r20/external/toybox/toys/other/
H A Dvmstat.c40 swap_in, swap_out; member
/aosp_15_r20/external/crosvm/swap/src/
H A Dpage_handler.rs541 pub fn swap_out(&self, max_size: usize) -> Result<usize> { in swap_out() method
H A Dcontroller.rs335 pub fn swap_out(&self) -> anyhow::Result<()> { in swap_out() method
/aosp_15_r20/external/crosvm/crosvm_control/src/
H A Dlib.rs848 swap_out: i64, field
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dmemory_optimizer_test.cc266 const NodeDef& swap_out = output.node(7); in TEST_F() local