Home
last modified time | relevance | path

Searched defs:SwapController (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/crosvm/swap/src/
H A Dcontroller.rs132 pub struct SwapController { struct
145 impl SwapController { argument
407 impl Drop for SwapController { implementation
435 impl PrepareFork for SwapController { implementation
/aosp_15_r20/external/crosvm/swap/tests/
H A Dmain.rs126 fn wait_for_state(controller: &SwapController, state: SwapState) -> bool { in wait_for_state()